X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=406cbd001bd21cd444b2211755f3c907856aa8fe;hb=6dad8e21f4a8e66836009802c11194ddab1bb02c;hp=463a7567960b2af7672d73eba9db645f135fc380;hpb=dd5a1d6c3187b2de4430bf8ce46046e75347858c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 463a7567..406cbd00 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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,