UNPKG

@golemio/pid

Version:
4 lines (3 loc) 232 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { INotPublicVehicles } from "./interfaces/NotPublicVehiclesDataInterface"; export declare const notPublicVehiclesJsonSchema: JSONSchemaType<INotPublicVehicles>;