Fix request and response handling in all registration state
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointErrorCode.ts
CommitLineData
c0560973
JB
1import { OCPP16ChargePointErrorCode } from './1.6/ChargePointErrorCode';
2
7e3926cc 3export type ChargePointErrorCode = OCPP16ChargePointErrorCode;
9c13b3b5
JB
4
5export const ChargePointErrorCode = {
6 ...OCPP16ChargePointErrorCode
7};