Variable: ContentStatusSchema
ts
const ContentStatusSchema: ZodEnum<{
any: "any";
archived: "archived";
current: "current";
deleted: "deleted";
draft: "draft";
historical: "historical";
trashed: "trashed";
}>;Defined in: src/v2/models/contentStatus.ts:4
The status of the content.