mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
update OrderedStop data schema type and test loader method
This commit is contained in:
@@ -41,8 +41,8 @@ export interface IEta {
|
||||
}
|
||||
|
||||
export interface IOrderedStop {
|
||||
nextStopId?: string;
|
||||
previousStopId?: string;
|
||||
nextStop?: IOrderedStop,
|
||||
previousStop?: IOrderedStop,
|
||||
routeId: string;
|
||||
stopId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user