mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +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;
|
secondsRemaining: number;
|
||||||
shuttleId: string;
|
shuttleId: string;
|
||||||
stopId: string;
|
stopId: string;
|
||||||
|
systemId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
||||||
@@ -48,5 +49,6 @@ export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
|||||||
routeId: string;
|
routeId: string;
|
||||||
stopId: string;
|
stopId: string;
|
||||||
position: number;
|
position: number;
|
||||||
|
systemId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user