Variable: OnlyArchivedAndCurrentContentStatusSchema
ts
const OnlyArchivedAndCurrentContentStatusSchema: ZodEnum<{
archived: "archived";
current: "current";
}>;Defined in: src/v2/models/onlyArchivedAndCurrentContentStatus.ts:4
The status of the content.