export interface LabelColor { code?: string; color?: string; createdAt?: string; hoverCode?: string; name?: string; updatedAt?: string; colorId?: number; count?: number; id?: number; }