From a4c90d2880492526b72de853783dd992205ddbbe Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 1 Aug 2023 23:10:40 +0100 Subject: [PATCH] Add type for TrainService key --- src/owlboardApi/staffLdb.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/owlboardApi/staffLdb.ts b/src/owlboardApi/staffLdb.ts index 21828a5..9cea52b 100644 --- a/src/owlboardApi/staffLdb.ts +++ b/src/owlboardApi/staffLdb.ts @@ -36,6 +36,7 @@ export interface TrainServices { etd?: Date; atd?: Date; + [key: string]: any; } export interface ServiceLocation {