Type Alias: SpaceSelectionInput
SpaceSelectionInput = {
space:string;spaces?:never; } | {space?:never;spaces: readonly [string,...string[]]; } | {space?:never;spaces:"all"; }
Defined in: packages/hypergraph/src/entity/types.ts:121