UNPKG

@golemio/parkings

Version:
4 lines (3 loc) 250 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IOsmParkingMachinesProperties } from "./interfaces/IOsmParkingMachinesProperties"; export declare const osmParkingMachinesSchema: JSONSchemaType<IOsmParkingMachinesProperties>;