UNPKG

@golemio/pid

Version:
5 lines (4 loc) 297 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IGtfsTripStopsCacheDto } from "../interfaces/IGtfsTripStopsCacheDto"; declare const gtfsTripStopsCacheDtoSchema: JSONSchemaType<IGtfsTripStopsCacheDto>; export { gtfsTripStopsCacheDtoSchema as GtfsTripStopsCacheDtoSchema };