UNPKG

@golemio/pid

Version:
5 lines (4 loc) 273 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { ITripStopsCacheDto } from "../interfaces/ITripStopsCacheDto"; declare const tripStopsCacheDtoSchema: JSONSchemaType<ITripStopsCacheDto>; export { tripStopsCacheDtoSchema as TripStopsCacheDtoSchema };