UNPKG

@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.

14 lines 754 B
"use strict"; /* * // Copyright Contributors to the CitrineOS Project * // * // SPDX-License-Identifier: Apache 2.0 * */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiAuthenticationResult = exports.ApiAuthorizationResult = void 0; var ApiAuthorizationResult_1 = require("./ApiAuthorizationResult"); Object.defineProperty(exports, "ApiAuthorizationResult", { enumerable: true, get: function () { return ApiAuthorizationResult_1.ApiAuthorizationResult; } }); var ApiAuthenticationResult_1 = require("./ApiAuthenticationResult"); Object.defineProperty(exports, "ApiAuthenticationResult", { enumerable: true, get: function () { return ApiAuthenticationResult_1.ApiAuthenticationResult; } }); //# sourceMappingURL=index.js.map