Split mixed import to use 'import type' for MockChargingStation type.
Windows Node.js ESM module resolution strictly enforces that type-only
exports cannot be imported as values in mixed import statements.
OCPP20IdTokenType,
OCPP20TransactionContext,
} from '../../../../src/types/ocpp/2.0/Transaction.js'
+import type { MockChargingStation } from '../../ChargingStationTestUtils.js'
import {
ConnectorStatusEnum,
import { OCPP20IdTokenEnumType } from '../../../../src/types/ocpp/2.0/Transaction.js'
import { Constants } from '../../../../src/utils/index.js'
import { TEST_CHARGING_STATION_BASE_NAME } from '../../ChargingStationTestConstants.js'
-import { createMockChargingStation, MockChargingStation } from '../../ChargingStationTestUtils.js'
+import { createMockChargingStation } from '../../ChargingStationTestUtils.js'
// ============================================================================
// Testable Interfaces