UNPKG

@golemio/parkings

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