Variable: GetBlogPostClassificationLevelSchema
ts
const GetBlogPostClassificationLevelSchema: ZodObject<{
id: ZodNumber;
status: ZodOptional<ZodCustom<string & object | "current" | "draft" | "archived", string & object | "current" | "draft" | "archived">>;
}, $strip>;Defined in: src/v2/parameters/getBlogPostClassificationLevel.ts:4