Skip to content

Variable: SpaceStatusSchema

ts
const SpaceStatusSchema: ZodEnum<{
  archived: "archived";
  current: "current";
}>;

Defined in: src/v2/models/spaceStatus.ts:4

The status of the space.