Type alias TimestampVehicleLocation

TimestampVehicleLocation: VehicleLocations & {
    lastUpdate: number;
}

Helper type extending VehicleLocation by a lastUpdate item

Generated using TypeDoc