UNPKG

@golemio/parkings

Version:
5 lines (4 loc) 272 B
import { IIsphkMeasurements } from "./interfaces/IIsphkMeasurements"; import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; declare const isphkMeasurementsSchema: JSONSchemaType<IIsphkMeasurements>; export { isphkMeasurementsSchema as IsphkMeasurementsSchema };