Skip to content

Variable: PutBlogPostClassificationLevelSchema

ts
const PutBlogPostClassificationLevelSchema: ZodObject<{
  body: ZodOptional<ZodRecord<ZodString, ZodAny>>;
  id: ZodNumber;
}, $strip>;

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