Type alias CacheEntry

CacheEntry: VehicleLocations & {
    lastUpdate: number;
}

Generated using TypeDoc