import { mock } from 'node:test'
import type { ChargingStation } from '../../../../src/charging-station/index.js'
-import type { ChargingStationInfo, ConfigurationKey } from '../../../../src/types/index.js'
import type {
+ ChargingStationInfo,
+ ConfigurationKey,
IncomingRequestCommand,
+ JsonObject,
OCPP16ChargingProfile,
OCPP16ChargingSchedulePeriod,
OCPP16SampledValue,
RequestCommand,
+ SampledValueTemplate,
} from '../../../../src/types/index.js'
-import type { JsonObject, SampledValueTemplate } from '../../../../src/types/index.js'
import {
createTestableIncomingRequestService,
import { afterEach, beforeEach, describe, it, mock } from 'node:test'
import type { ChargingStation } from '../../../../src/charging-station/index.js'
-import type { OCPP20RequestStartTransactionRequest } from '../../../../src/types/index.js'
-import type { OCPP20GetVariableDataType } from '../../../../src/types/index.js'
+import type {
+ OCPP20GetVariableDataType,
+ OCPP20RequestStartTransactionRequest,
+} from '../../../../src/types/index.js'
import { createTestableIncomingRequestService } from '../../../../src/charging-station/ocpp/2.0/__testable__/index.js'
import { OCPP20IncomingRequestService } from '../../../../src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.js'