UNPKG

@munit-solutions/ocpp

Version:
10 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ChargingProfileKindType; (function (ChargingProfileKindType) { ChargingProfileKindType["Absolute"] = "Absolute"; ChargingProfileKindType["Recurring"] = "Recurring"; ChargingProfileKindType["Relative"] = "Relative"; })(ChargingProfileKindType || (ChargingProfileKindType = {})); exports.default = ChargingProfileKindType; //# sourceMappingURL=ChargingProfileKindType.js.map