Skip to main content

Variable: TypesyncHypergraphSchemaTypeProperty

const TypesyncHypergraphSchemaTypeProperty: extend<Union<[Struct<{ dataType: Literal<["String", "Number", "Boolean", "Date", "Point"]>; knowledgeGraphId: NullOr<typeof UUID>; name: typeof NonEmptyTrimmedString; optional: optional<NullishOr<typeof Boolean$>>; }>, Struct<{ dataType: refine<`Relation(${string})`, Schema<string, string, never>>; knowledgeGraphId: NullOr<typeof UUID>; name: typeof NonEmptyTrimmedString; optional: optional<NullishOr<typeof Boolean$>>; relationType: refine<string, typeof Trimmed>; }>]>, Struct<{ status: NullOr<Literal<["published", "synced", "published_not_synced"]>>; }>>

Defined in: packages/hypergraph/src/cli/services/Model.ts:18