Skip to content

Variable: DeleteRemoteIssueLinkByGlobalIdSchema

ts
const DeleteRemoteIssueLinkByGlobalIdSchema: ZodObject<{
  globalId: ZodString;
  issueIdOrKey: ZodString;
}, $strip>;

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