X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FChargePointStatus.ts;h=daa9779bed14bc3819e855e50e03157ec52565a2;hb=bb80986b8d8724de94e2b307aef9b63c45cdfce3;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..daa9779b 100644 --- a/src/types/ocpp/ChargePointStatus.ts +++ b/src/types/ocpp/ChargePointStatus.ts @@ -1,6 +1,6 @@ import { OCPP16ChargePointStatus } from './1.6/ChargePointStatus'; -export type ChargePointStatus = typeof ChargePointStatus; +export type ChargePointStatus = OCPP16ChargePointStatus; export const ChargePointStatus = { ...OCPP16ChargePointStatus