refactor: flag tunable as deprecated
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 2.0 / Requests.ts
index d584c8289ad88db7e3d79ad56b95610062b15f99..1b99c2727fb86928055cfc3beff4335733a79265 100644 (file)
@@ -1,11 +1,11 @@
 import type {
   BootReasonEnumType,
-  EmptyObject,
   InstallCertificateUseEnumType,
-  JsonObject,
   OCPP20ConnectorStatusEnumType,
-  OCPP20SetVariableDataType,
-} from '../../internal';
+} from './Common';
+import type { OCPP20SetVariableDataType } from './Variables';
+import type { EmptyObject } from '../../EmptyObject';
+import type { JsonObject } from '../../JsonType';
 
 export enum OCPP20RequestCommand {
   BOOT_NOTIFICATION = 'BootNotification',