Skip to content

Variable: GetBlogPostClassificationLevelSchema

ts
const GetBlogPostClassificationLevelSchema: ZodObject<{
  id: ZodNumber;
  status: ZodOptional<ZodEnum<{
     archived: "archived";
     current: "current";
     draft: "draft";
  }>>;
}, $strip>;

Defined in: src/v2/parameters/getBlogPostClassificationLevel.ts:3