mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Add entities IParkingStructureTimestampRecord and type HistoricalParkingAggregatedQueryResult
To support historical data storage
This commit is contained in:
@@ -8,4 +8,10 @@ export interface IParkingStructure extends IEntityWithTimestamp, IEntityWithId {
|
|||||||
name: string;
|
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
|
// In the future, add support for viewing different levels of the structure
|
||||||
|
|||||||
Reference in New Issue
Block a user