Type Alias: WithSpaceIds<T, IncludeSpaceIds>
WithSpaceIds<T, IncludeSpaceIds> = IncludeSpaceIds extends true ? T & object : T
Defined in: packages/hypergraph/src/entity/types.ts:26
Type Parameters
T
IncludeSpaceIds
IncludeSpaceIds extends boolean | undefined