Add type for TrainService key
This commit is contained in:
parent
51e059b686
commit
a4c90d2880
@ -36,6 +36,7 @@ export interface TrainServices {
|
||||
etd?: Date;
|
||||
atd?: Date;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export interface ServiceLocation {
|
||||
|
Loading…
Reference in New Issue
Block a user