UNPKG

@golemio/pid

Version:
6 lines (5 loc) 333 B
import { IRopidSchemaDefinitions } from "../shared"; import { ScheduleModelName } from "./RopidGtfsSchedule"; declare const forExport: IRopidSchemaDefinitions; type DatasetModelName = ScheduleModelName | "cis_stops" | "cis_stop_groups" | "run_numbers" | "ois"; export { forExport as RopidGTFS, ScheduleModelName, DatasetModelName };