Variable: BlogPostContentStatusSchema
ts
const BlogPostContentStatusSchema: ZodCustom<
| "deleted"
| "any"
| string & object
| "current"
| "historical"
| "draft"
| "trashed",
| "deleted"
| "any"
| string & object
| "current"
| "historical"
| "draft"
| "trashed">;Defined in: src/v2/models/blogPostContentStatus.ts:5
The status of the content.