@redhare/lowcode-types
Version:
Types for Ali lowCode engine
15 lines (14 loc) • 407 B
JavaScript
exports.__esModule = true;
exports.ActivityType = void 0;
var ActivityType = exports.ActivityType = /*#__PURE__*/function (ActivityType) {
ActivityType["ADDED"] = "added";
ActivityType["DELETED"] = "deleted";
ActivityType["MODIFIED"] = "modified";
ActivityType["COMPOSITE"] = "composite";
return ActivityType;
}({});
/**
* TODO: not sure if this is used anywhere
* @deprecated
*/
;