Variable: TypesyncHypergraphSchemaTypeProperty
const
TypesyncHypergraphSchemaTypeProperty:extend
<Union
<[Struct
<{dataType
:Literal
<["String"
,"Number"
,"Boolean"
,"Date"
,"Point"
]>;knowledgeGraphId
:NullOr
<typeofUUID
>;name
: typeofNonEmptyTrimmedString
;optional
:optional
<NullishOr
<typeofBoolean$
>>; }>,Struct
<{dataType
:refine
<`Relation(${string})`
,Schema
<string
,string
,never
>>;knowledgeGraphId
:NullOr
<typeofUUID
>;name
: typeofNonEmptyTrimmedString
;optional
:optional
<NullishOr
<typeofBoolean$
>>;relationType
:refine
<string
, typeofTrimmed
>; }>]>,Struct
<{status
:NullOr
<Literal
<["published"
,"synced"
,"published_not_synced"
]>>; }>>
Defined in: packages/hypergraph/src/cli/services/Model.ts:18