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