export interface DeleteIssueType {
  /** The ID of the issue type. */
  id: string;
  /** The ID of the replacement issue type. */
  alternativeIssueTypeId?: string;
}
