mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
make next and previous stop ids optional
This commit is contained in:
@@ -41,8 +41,8 @@ export interface IEta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface IOrderedStop {
|
export interface IOrderedStop {
|
||||||
nextStopId: string;
|
nextStopId?: string;
|
||||||
previousStopId: string;
|
previousStopId?: string;
|
||||||
routeId: string;
|
routeId: string;
|
||||||
stopId: string;
|
stopId: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user