UNPKG

@munit-solutions/ocpp

Version:
9 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ResetType; (function (ResetType) { ResetType["Hard"] = "Hard"; ResetType["Soft"] = "Soft"; })(ResetType || (ResetType = {})); exports.default = ResetType; //# sourceMappingURL=ResetType.js.map