UNPKG

@golemio/pid

Version:
5 lines (4 loc) 309 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IRegionalBusGtfsCacheDto } from "../interfaces/IRegionalBusGtfsCacheDto"; declare const regionalBusGtfsCacheDtoSchema: JSONSchemaType<IRegionalBusGtfsCacheDto>; export { regionalBusGtfsCacheDtoSchema as RegionalBusGtfsCacheDtoSchema };