mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add work in progress code to get data for etas
This commit is contained in:
@@ -41,10 +41,11 @@ export interface IEta {
|
||||
}
|
||||
|
||||
export interface IOrderedStop {
|
||||
nextStop?: IOrderedStop,
|
||||
previousStop?: IOrderedStop,
|
||||
nextStop?: IOrderedStop;
|
||||
previousStop?: IOrderedStop;
|
||||
routeId: string;
|
||||
stopId: string;
|
||||
position: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user