Skip to content

Variable: SpaceTypeSchema

ts
const SpaceTypeSchema: ZodCustom<
  | "global"
  | string & object
  | "personal"
  | "collaboration"
  | "knowledge_base"
  | "system"
  | "onboarding"
  | "xflow_sample_space", 
  | "global"
  | string & object
  | "personal"
  | "collaboration"
  | "knowledge_base"
  | "system"
  | "onboarding"
| "xflow_sample_space">;

Defined in: src/v2/models/spaceType.ts:5

The type of space.