refactor: rename a template key to a more sensible name
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index 2446839275a6f9f115d95be1e41e7a1ac6e54060..9d2b530a495610f63101d5847d3a809d252924bc 100644 (file)
@@ -39,7 +39,7 @@ export type ChargingStationInfo = {
   ocppStrictCompliance?: boolean;
   ocppPersistentConfiguration?: boolean;
   stationInfoPersistentConfiguration?: boolean;
-  authorizationFile?: string;
+  idTagsFile?: string;
   nameSuffix?: string;
   fixedName?: boolean;
   iccid?: string;