mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add systemId to ordered stop and ETA entities
This commit is contained in:
@@ -40,6 +40,7 @@ export interface IEta extends IEntityWithOptionalTimestamp {
|
||||
secondsRemaining: number;
|
||||
shuttleId: string;
|
||||
stopId: string;
|
||||
systemId: string;
|
||||
}
|
||||
|
||||
export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
||||
@@ -48,5 +49,6 @@ export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
||||
routeId: string;
|
||||
stopId: string;
|
||||
position: number;
|
||||
systemId: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user