From 1adf24d105b4569c993f7f66ed7f819bbdfc498f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 1 Aug 2023 14:16:19 +0100 Subject: [PATCH] Add import for @owlboard/ts-types Signed-off-by: Fred Boniface --- src/utils/translators/ldb/staffStation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/translators/ldb/staffStation.ts b/src/utils/translators/ldb/staffStation.ts index d5dd100..a141d27 100644 --- a/src/utils/translators/ldb/staffStation.ts +++ b/src/utils/translators/ldb/staffStation.ts @@ -1,4 +1,4 @@ -export type { StaffLdb, NrccMessage, TrainServices, +import type { StaffLdb, NrccMessage, TrainServices, ServiceLocation } from '@owlboard/ts-types' /// I do not yet have a type defined for any of the input object