UNPKG

@munit-solutions/ocpp

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