UNPKG

@munit-solutions/ocpp

Version:
13 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const CallResult_1 = (0, tslib_1.__importDefault)(require("../CallResult")); class SetChargingProfileResult extends CallResult_1.default { constructor(uniqueId, payload) { super(uniqueId, payload); this.uniqueId = uniqueId; this.payload = payload; } } exports.default = SetChargingProfileResult; //# sourceMappingURL=SetChargingProfile.js.map