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