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