Add entities IParkingStructureTimestampRecord and type HistoricalParkingAggregatedQueryResult

To support historical data storage
This commit is contained in:
2025-07-01 21:12:22 -04:00
parent 6400929eb6
commit ab29b08337

View File

@@ -8,4 +8,10 @@ export interface IParkingStructure extends IEntityWithTimestamp, IEntityWithId {
name: string;
}
export interface IParkingStructureTimestampRecord extends IEntityWithTimestamp {
timestampMs: number;
id: string;
spotsAvailable: number;
}
// In the future, add support for viewing different levels of the structure