build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 2.0 / Variables.ts
index 59b1b023bfbf6b0362590f6393ab435b77e0b0f8..c08e00f0adb3b5f883acefeabc63f2a5ad27e54a 100644 (file)
@@ -110,7 +110,7 @@ export type OCPP20SetVariableResultType = {
   attributeStatusInfo?: StatusInfoType;
 } & JsonObject;
 
-type OCPP20ComponentVariableType = {
+export type OCPP20ComponentVariableType = {
   component: ComponentType;
   variable?: VariableType;
 } & JsonObject;