mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
Change properties to match GraphQL input and query result
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { IParkingStructure } from "../../entities/ParkingRepositoryEntities";
|
||||
|
||||
export interface ParkingStructureCountOptions {
|
||||
startUnixEpochMs: Date;
|
||||
endUnixEpochMs: Date;
|
||||
from: Date;
|
||||
to: Date;
|
||||
intervalMs: number;
|
||||
}
|
||||
|
||||
export interface HistoricalParkingAverageQueryResult {
|
||||
fromUnixEpochMs: Date;
|
||||
toUnixEpochMs: Date;
|
||||
from: Date;
|
||||
to: Date;
|
||||
averageSpotsAvailable: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user