From 55fa0d760765bf068082b966f028c34d90d09404 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Jul 2023 02:53:27 +0100 Subject: [PATCH] Do things --- src/database/timetable.ts | 4 +++- src/index.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/database/timetable.ts b/src/database/timetable.ts index f6a5fc9..8e18784 100644 --- a/src/database/timetable.ts +++ b/src/database/timetable.ts @@ -1,4 +1,6 @@ interface Stop { isPublic: boolean, tiploc: string, -} \ No newline at end of file +} + +export { Stop } \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index e69de29..371f7f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -0,0 +1 @@ +import { Stop } from "./database/timetable" \ No newline at end of file