Do things

This commit is contained in:
Fred Boniface 2023-07-17 02:53:27 +01:00
parent 3d4afde5e9
commit 55fa0d7607
2 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,5 @@ interface Stop {
isPublic: boolean, isPublic: boolean,
tiploc: string, tiploc: string,
} }
export { Stop }

View File

@ -0,0 +1 @@
import { Stop } from "./database/timetable"