Linter fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Configuration.ts
index 6289a77deba09994d641b6de83e61ba234c4ac04..c094aab3e761dfaf7cc152c9a267c424a70aa8f3 100644 (file)
@@ -1,9 +1,9 @@
-import type { JsonObject } from '../JsonType';
 import {
   OCPP16StandardParametersKey,
   OCPP16SupportedFeatureProfiles,
   OCPP16VendorDefaultParametersKey,
 } from './1.6/Configuration';
+import type { JsonObject } from '../JsonType';
 
 export const StandardParametersKey = {
   ...OCPP16StandardParametersKey,