Refine connector id validation error message
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointStatus.ts
index 595edc415a1e21aa68690b9f6be6e4f7d9ee97d5..c28fd6efaf7ec69f575130f5391905e6616b2cbb 100644 (file)
@@ -1,7 +1,7 @@
 import { OCPP16ChargePointStatus } from './1.6/ChargePointStatus';
 
-export type ChargePointStatus = typeof ChargePointStatus;
+export type ChargePointStatus = OCPP16ChargePointStatus;
 
 export const ChargePointStatus = {
-  ...OCPP16ChargePointStatus
+  ...OCPP16ChargePointStatus,
 };