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