export type TCarType = 'dump_truck' | 'box_truck_12t' | 'box_truck_9t' | 'box_truck_7t' | 'cargo_van' | 'pick_up';
