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;
|
||||
}
|
||||
|
||||
export interface IOrderedStop extends IEntityWithId, IEntityWithOptionalTimestamp {
|
||||
export interface IOrderedStop extends IEntityWithOptionalTimestamp {
|
||||
nextStop?: IOrderedStop;
|
||||
previousStop?: IOrderedStop;
|
||||
routeId: string;
|
||||
|
||||
Reference in New Issue
Block a user