Add exports

This commit is contained in:
Fred Boniface 2023-07-25 12:57:39 +01:00
parent b404a3db35
commit 358131e10d
7 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
// Database // Database
export { Stop } from './database/timetable' export { Corpus } from './database/corpus'
export { Pis } from './database/pis'
export { ReasonCode } from './database/reasonCode'
export { Station } from './database/station'
export { Service, Stop } from './database/timetable'
export { User } from './database/user'
// Downstream API // Downstream API