Skip to content

Variable: ContentStatusSchema

ts
const ContentStatusSchema: ZodCustom<
  | "deleted"
  | "any"
  | string & object
  | "current"
  | "historical"
  | "draft"
  | "trashed"
  | "archived", 
  | "deleted"
  | "any"
  | string & object
  | "current"
  | "historical"
  | "draft"
  | "trashed"
| "archived">;

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

The status of the content.