export interface RequestVehicleCreateOrUpdate { name: string; transportationType: string; vendor?: string; noRoutePlan?: boolean; }