export interface ColorResponse { id?: number; companyId?: number | null; name?: string | null; code?: string | null; }