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