UNPKG

@golemio/parkings

Version:
5 lines (4 loc) 268 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IInputParkingLots } from "./interfaces/IInputParkingLots"; declare const inputParkingLotsSchema: JSONSchemaType<IInputParkingLots[]>; export { inputParkingLotsSchema as InputParkingLotsSchema };