refactor(simulator): cleanup id tags cache namespace
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 36a481ff6ed41299ea5c69bcca64767438b55eee..0cd0e45f1e49707de532e5adab330ba3878c01f2 100644 (file)
@@ -1,4 +1,4 @@
-import type { ClientRequestArgs } from 'http';
+import type { ClientRequestArgs } from 'node:http';
 
 import type { ClientOptions } from 'ws';
 
@@ -67,6 +67,7 @@ export type ChargingStationTemplate = {
   ocppPersistentConfiguration?: boolean;
   stationInfoPersistentConfiguration?: boolean;
   wsOptions?: WsOptions;
+  // FIXME: rename to idTagFile
   authorizationFile?: string;
   baseName: string;
   nameSuffix?: string;