Skip to content

Variable: UpdateFooterCommentSchema

ts
const UpdateFooterCommentSchema: ZodObject<{
  body: ZodRecord<ZodString, ZodAny>;
  commentId: ZodNumber;
}, $strip>;

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