We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6318f6 commit cdab2a0Copy full SHA for cdab2a0
1 file changed
src/lib/commons/types.ts
@@ -68,7 +68,7 @@ export type DescriptionWithReason = {
68
69
export type CategoryPropertyDB = {
70
id: string
71
- reason: string | null
+ reason: string
72
relation: string
73
is_deduced: number
74
}
@@ -83,7 +83,7 @@ export type SpecialObject = {
83
export type SpecialMorphism = {
84
type: string
85
description: string | null
86
87
88
89
export type Structure = 'categories' | 'functors'
@@ -146,7 +146,7 @@ export type FunctorImplicationDisplay = Replace<
146
147
export type FunctorPropertyAssignmentDB = {
148
149
150
151
152
0 commit comments