Skip to content

Variable: DeleteCommentSchema

ts
const DeleteCommentSchema: ZodObject<{
  id: ZodString;
  issueIdOrKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/deleteComment.ts:3