import type { HexColorString } from "../types/HexColorString"; export interface IssueTypeDetailed { readonly id: number; readonly projectId: number; readonly name: string; readonly color: HexColorString; readonly displayOrder: number; readonly templateSummary: string; readonly templateDescription: string; }