ocpp-standard-schema
Version:
Contains OCPP JSON schemas for validation purposes
7 lines (6 loc) • 297 B
TypeScript
export { Ocpp16Types } from './ocpp-16-types';
export { Ocpp15Types } from './ocpp-15-types';
export { Ocpp20Types } from './ocpp-20-types';
export * as Ocpp16Schemas from './ocpp-16-schemas';
export * as Ocpp15Schemas from './ocpp-15-schemas';
export * as Ocpp20Schemas from './ocpp-20-schemas';