Skip to content

Variable: DeleteIssueSchema

ts
const DeleteIssueSchema: ZodObject<{
  deleteSubtasks: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
  issueIdOrKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/deleteIssue.ts:4