Refine sonar-project.properties
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / ChargingStationType.ts
index 292cd1e13c6b1e5804a2b935a436ac621d394934..a3f9931c2387cdcee226dcdddfb3d5d6c27dad4a 100644 (file)
@@ -121,10 +121,10 @@ export interface OCPP16BootNotificationResponse extends JsonObject {
   interval: number;
 }
 
-export interface CommandsSupport {
+type CommandsSupport = {
   incomingCommands: Record<IncomingRequestCommand, boolean>;
   outgoingCommands?: Record<RequestCommand, boolean>;
-}
+};
 
 export enum OCPPVersion {
   VERSION_16 = '1.6',