mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
Fix remaining issues with tests, and add implementation within InMemoryParkingRepository.ts
This commit is contained in:
@@ -8,7 +8,7 @@ export interface IParkingStructure extends IEntityWithTimestamp, IEntityWithId {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface IParkingStructureTimestampRecord extends IEntityWithTimestamp {
|
||||
export interface IParkingStructureTimestampRecord {
|
||||
timestampMs: number;
|
||||
id: string;
|
||||
spotsAvailable: number;
|
||||
|
||||
Reference in New Issue
Block a user