Merge branch 'master' into fix-template
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationConfiguration.ts
index b39a59548afeb47c3ac734af28adf85bace6048b..fca2ec4a7ae2e2a21f516fea8a811275fd008510 100644 (file)
@@ -1,7 +1,6 @@
-export interface ConfigurationKey {
-  key: string;
-  readonly?: boolean;
-  value: string;
+import { OCPPConfigurationKey } from './ocpp/Configuration';
+
+export interface ConfigurationKey extends OCPPConfigurationKey {
   visible?: boolean;
   reboot?: boolean;
 }