export interface IVehiclesWithFleet { vehicleIds: number[]; ouId: number; }