mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
fix incorrect inheritance for IOrderedStop
This commit is contained in:
@@ -41,7 +41,7 @@ export interface IEta extends IEntityWithOptionalTimestamp {
|
|||||||
stopId: string;
|
stopId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IOrderedStop extends IEntityWithId, IEntityWithOptionalTimestamp {
|
export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
||||||
nextStop?: IOrderedStop;
|
nextStop?: IOrderedStop;
|
||||||
previousStop?: IOrderedStop;
|
previousStop?: IOrderedStop;
|
||||||
routeId: string;
|
routeId: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user