Skip to content

Variable: DeleteRemoteIssueLinkByIdSchema

ts
const DeleteRemoteIssueLinkByIdSchema: ZodObject<{
  issueIdOrKey: ZodString;
  linkId: ZodString;
}, $strip>;

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