Skip to content

Variable: PostRedactBlogSchema

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

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