export interface GetIssueLinkType {
  /** The ID of the issue link type. */
  issueLinkTypeId: string;
}
