UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

10 lines 495 B
// SPDX-FileCopyrightText: 2025 Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache-2.0 export { AuthorizationMapper } from './AuthorizationMapper.js'; export { BootMapper } from './BootMapper.js'; export { ChargingProfileMapper } from './ChargingProfileMapper.js'; export { MeterValueMapper } from './MeterValueMapper.js'; export { TransactionMapper } from './TransactionMapper.js'; export { LocationMapper } from './LocationMapper.js'; //# sourceMappingURL=index.js.map