Move OCPP20TransactionEventEnumType and OCPP20TriggerReasonEnumType
imports in ChargingStation.ts from the services barrel (ocpp/index.ts)
to the types barrel (types/index.ts) where they belong.
type MeterValuesRequest,
type MeterValuesResponse,
type OCPP20MeterValue,
+ OCPP20TransactionEventEnumType,
+ OCPP20TriggerReasonEnumType,
OCPPVersion,
type OutgoingRequest,
PowerUnits,
OCPP20RequestService,
OCPP20ResponseService,
OCPP20ServiceUtils,
- OCPP20TransactionEventEnumType,
- OCPP20TriggerReasonEnumType,
OCPPAuthServiceFactory,
type OCPPIncomingRequestService,
type OCPPRequestService,
-export { OCPP20TransactionEventEnumType, OCPP20TriggerReasonEnumType } from '../../types/index.js'
export { OCPP16IncomingRequestService } from './1.6/OCPP16IncomingRequestService.js'
export { OCPP16RequestService } from './1.6/OCPP16RequestService.js'
export { OCPP16ResponseService } from './1.6/OCPP16ResponseService.js'