Variable: PostBlogPostClassificationLevelSchema
ts
const PostBlogPostClassificationLevelSchema: ZodObject<{
body: ZodOptional<ZodRecord<ZodString, ZodAny>>;
id: ZodNumber;
}, $strip>;Defined in: src/v2/parameters/postBlogPostClassificationLevel.ts:3