Skip to content

Commit cdab2a0

Browse files
committed
fix outdated types
1 parent e6318f6 commit cdab2a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/commons/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export type DescriptionWithReason = {
6868

6969
export type CategoryPropertyDB = {
7070
id: string
71-
reason: string | null
71+
reason: string
7272
relation: string
7373
is_deduced: number
7474
}
@@ -83,7 +83,7 @@ export type SpecialObject = {
8383
export type SpecialMorphism = {
8484
type: string
8585
description: string | null
86-
reason: string | null
86+
reason: string
8787
}
8888

8989
export type Structure = 'categories' | 'functors'
@@ -146,7 +146,7 @@ export type FunctorImplicationDisplay = Replace<
146146

147147
export type FunctorPropertyAssignmentDB = {
148148
id: string
149-
reason: string | null
149+
reason: string
150150
relation: string
151151
is_deduced: number
152152
}

0 commit comments

Comments
 (0)