"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var UpdateType;
(function (UpdateType) {
UpdateType["Differntial"] = "Differntial";
UpdateType["Full"] = "Full";
})(UpdateType || (UpdateType = {}));
exports.default = UpdateType;