Cleanups and dependency update.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointStatus.ts
index 595edc415a1e21aa68690b9f6be6e4f7d9ee97d5..daa9779bed14bc3819e855e50e03157ec52565a2 100644 (file)
@@ -1,6 +1,6 @@
 import { OCPP16ChargePointStatus } from './1.6/ChargePointStatus';
 
-export type ChargePointStatus = typeof ChargePointStatus;
+export type ChargePointStatus = OCPP16ChargePointStatus;
 
 export const ChargePointStatus = {
   ...OCPP16ChargePointStatus