UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

2 lines (1 loc) 116 B
export type TCarType = 'dump_truck' | 'box_truck_12t' | 'box_truck_9t' | 'box_truck_7t' | 'cargo_van' | 'pick_up';