From 60cc9b0be4aada3c1ba4262da4460cc95bec2401 Mon Sep 17 00:00:00 2001 From: Blake Moody <32070003+TheSwiginator@users.noreply.github.com> Date: Fri, 4 Nov 2022 22:06:27 -0400 Subject: [PATCH] consolidate types from train-map.tsx --- pages/train/utils/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/train/utils/types.ts b/pages/train/utils/types.ts index 44856b5..e920bd6 100644 --- a/pages/train/utils/types.ts +++ b/pages/train/utils/types.ts @@ -20,4 +20,4 @@ type ArrivalData = { name: string } -export type { Stop , Area , Position }; \ No newline at end of file +export type { Stop , Area , Position , ArrivalData }; \ No newline at end of file