UNPKG

@golemio/parkings

Version:
4 lines (3 loc) 213 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IParkingSource } from "../models/interfaces/IParkingSource"; export declare const InputParkingSourceSchema: JSONSchemaType<IParkingSource>;