refactor: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index ecb3c2bfc4afa4746d7e7698eee144d9a10c2cae..9abd0a89982d7be726eb23d13825d2262b42696d 100644 (file)
@@ -1,6 +1,6 @@
-import type { IncomingRequestCommand, RequestCommand } from './ocpp/Requests.js'
 import type { CircularArray } from '../utils/index.js'
 import type { WorkerData } from '../worker/index.js'
+import type { IncomingRequestCommand, RequestCommand } from './ocpp/Requests.js'
 
 export interface TimestampedData {
   timestamp: number