perf: minimize OCPPUtils exports
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index c98c03a36b13210e0b448ff68f32b1e862401291..a42733e8a2244721451bf109b395f20331898bcc 100644 (file)
@@ -74,7 +74,7 @@ export enum OCPP16ClearChargingProfileStatus {
   UNKNOWN = 'Unknown',
 }
 
-export interface ClearChargingProfileResponse extends JsonObject {
+export interface OCPP16ClearChargingProfileResponse extends JsonObject {
   status: OCPP16ClearChargingProfileStatus;
 }