fix: move and fix statistic related helpers implementation
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointErrorCode.ts
CommitLineData
2896e06d 1import { OCPP16ChargePointErrorCode } from '../internal';
c0560973 2
9c13b3b5 3export const ChargePointErrorCode = {
e7aeea18 4 ...OCPP16ChargePointErrorCode,
edd13439
JB
5} as const;
6export type ChargePointErrorCode = OCPP16ChargePointErrorCode;