refactor(simulator): add type shorcuts for OCPP configuration keys
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 463a7567960b2af7672d73eba9db645f135fc380..406cbd001bd21cd444b2211755f3c907856aa8fe 100644 (file)
@@ -42,6 +42,7 @@ export {
   ClearChargingProfileStatus,
   type ConfigurationData,
   type ConfigurationKey,
+  type ConfigurationKeyType,
   ConfigurationStatus,
   ConnectorPhaseRotation,
   ConnectorStatus,
@@ -197,7 +198,7 @@ export {
   type UnlockConnectorRequest,
   type UnlockConnectorResponse,
   UnlockStatus,
-  VendorDefaultParametersKey,
+  VendorParametersKey,
   Voltage,
   type WSError,
   WebSocketCloseEventStatusCode,