@citrineos/base
Version:
The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.
7 lines (6 loc) • 463 B
TypeScript
export declare const OCPP1_6_CALL_SCHEMA_RECORD: Record<string, object>;
export declare const OCPP2_0_1_CALL_SCHEMA_RECORD: Record<string, object>;
export declare const OCPP2_1_CALL_SCHEMA_RECORD: Record<string, object>;
export declare const OCPP1_6_CALL_RESULT_SCHEMA_RECORD: Record<string, object>;
export declare const OCPP2_0_1_CALL_RESULT_SCHEMA_RECORD: Record<string, object>;
export declare const OCPP2_1_CALL_RESULT_SCHEMA_RECORD: Record<string, object>;