export interface DeleteRemoteIssueLinkByGlobalId {
  /** The ID or key of the issue. */
  issueIdOrKey: string;
  /** The global ID of a remote issue link. */
  globalId: string;
}
