UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

16 lines 575 B
"use strict"; // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.TlsCertificatesRequest = void 0; class TlsCertificatesRequest { constructor(certificateChain, privateKey, rootCA, subCAKey) { this.certificateChain = certificateChain; this.privateKey = privateKey; this.rootCA = rootCA; this.subCAKey = subCAKey; } } exports.TlsCertificatesRequest = TlsCertificatesRequest; //# sourceMappingURL=TlsCertificatesRequest.js.map