@citrineos/base
Version:
The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.
7 lines • 293 B
JavaScript
// SPDX-FileCopyrightText: 2025 Contributors to the CitrineOS Project
//
// SPDX-License-Identifier: Apache-2.0
import 'reflect-metadata';
export const METADATA_DATA_ENDPOINTS = 'dataEndpoints';
export const METADATA_MESSAGE_ENDPOINTS = 'messageEndpoints';
//# sourceMappingURL=metadata.js.map