75c5c482982096723c8e69f4aef8ccd91fbfb8d5
[e-mobility-charging-stations-simulator.git] / ChargePointErrorCode.ts
1 import { OCPP16ChargePointErrorCode } from './1.6/ChargePointErrorCode';
2
3 export type ChargePointErrorCode = OCPP16ChargePointErrorCode;
4
5 export const ChargePointErrorCode = {
6 ...OCPP16ChargePointErrorCode,
7 };