export interface GetIssueLink {
  /** The ID of the issue link. */
  linkId: string;
}
