X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FChargePointStatus.ts;h=c28fd6efaf7ec69f575130f5391905e6616b2cbb;hb=8eb3b688c4b6fb3e946f38d474a5125caf1d056a;hp=595edc415a1e21aa68690b9f6be6e4f7d9ee97d5;hpb=9c13b3b52e1ab803a92f090da6920310c80c12da;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/ChargePointStatus.ts b/src/types/ocpp/ChargePointStatus.ts index 595edc41..c28fd6ef 100644 --- a/src/types/ocpp/ChargePointStatus.ts +++ b/src/types/ocpp/ChargePointStatus.ts @@ -1,7 +1,7 @@ import { OCPP16ChargePointStatus } from './1.6/ChargePointStatus'; -export type ChargePointStatus = typeof ChargePointStatus; +export type ChargePointStatus = OCPP16ChargePointStatus; export const ChargePointStatus = { - ...OCPP16ChargePointStatus + ...OCPP16ChargePointStatus, };