UNPKG

@golemio/parkings

Version:
5 lines (4 loc) 302 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IParkingMeasurementDto } from "./interfaces/IParkingsMeasurementDto"; declare const parkingMeasurementsDtoSchema: JSONSchemaType<IParkingMeasurementDto[]>; export { parkingMeasurementsDtoSchema as ParkingMeasurementsDtoSchema };