X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=406cbd001bd21cd444b2211755f3c907856aa8fe;hb=5b43123fc02370da77b9265aeec62edbdbc83728;hp=463a7567960b2af7672d73eba9db645f135fc380;hpb=0ac97927984473fcb11a177f013b0e112638e050;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,