Add database types

This commit is contained in:
Fred Boniface
2023-07-17 12:20:47 +01:00
parent 55fa0d7607
commit fd92f859fd
11 changed files with 74 additions and 8 deletions

View File

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

View File

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