Skip to content

Variable: PostRedactPageSchema

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

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