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