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

@ -1,4 +1,6 @@
interface Stop {
isPublic: boolean,
tiploc: string,
}
}
export { Stop }

View File

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