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