UNPKG

@evpower/ocpp-ts

Version:

OCPP 1.6: Open Charge Point Protocol

12 lines (11 loc) 265 B
import { Ajv as AjvInterface } from 'ajv'; export declare class SchemaValidator { schema: any; private validateFn; static ajv: AjvInterface; constructor(schema: object); /** * @throws {OcppError} */ validate(payload: any): void; }