export interface TruckTypeResponse { id?: number; companyId?: number | null; name?: string | null; logoName?: string | null; }