Add type for TrainService key

This commit is contained in:
Fred Boniface 2023-08-01 23:10:40 +01:00
parent 51e059b686
commit a4c90d2880
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export interface TrainServices {
etd?: Date;
atd?: Date;
[key: string]: any;
}
export interface ServiceLocation {