Cleanups and dependency update.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Configuration.ts
index 54fba5a2edbe6c030a4c626c1adee61bfed3d6d3..f486532574c4a9355b6b95f137f18c3e825ce564 100644 (file)
@@ -1,6 +1,6 @@
 import { OCPP16StandardParametersKey } from './1.6/Configuration';
 
-export type StandardParametersKey = typeof StandardParametersKey;
+export type StandardParametersKey = OCPP16StandardParametersKey;
 
 export const StandardParametersKey = {
   ...OCPP16StandardParametersKey