UNPKG

@golemio/parkings

Version:
4 lines (3 loc) 210 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { ISmart4CityList } from "./interfaces/ISmart4CityList"; export declare const smart4CityListJsonSchema: JSONSchemaType<ISmart4CityList[]>;