build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationOcppConfiguration.ts
index 834b1d1dd11e4031eba25d7af689f88eab3b3639..7bc47aae3d8caa79be98ca8f24036b64c111fc25 100644 (file)
@@ -5,6 +5,6 @@ export type ConfigurationKey = OCPPConfigurationKey & {
   reboot?: boolean;
 };
 
-export type ChargingStationOcppConfiguration = {
+export interface ChargingStationOcppConfiguration {
   configurationKey?: ConfigurationKey[];
-};
+}