Type Alias: EntityWithRelation<S>
EntityWithRelation<S> = Entity<S> & object
Defined in: packages/hypergraph/src/entity/types.ts:17
Type declaration
_relation
_relation: object & Record<string, unknown> | undefined
Type Parameters
S extends Schema.Schema.AnyNoContext