tmw-data
Version:
TMW数据结构
13 lines • 546 B
JavaScript
export var PluginProfileScope;
(function (PluginProfileScope) {
PluginProfileScope["database"] = "database";
PluginProfileScope["collection"] = "collection";
PluginProfileScope["document"] = "document";
})(PluginProfileScope || (PluginProfileScope = {}));
export var PluginProfileAmount;
(function (PluginProfileAmount) {
PluginProfileAmount["zero"] = "zero";
PluginProfileAmount["one"] = "one";
PluginProfileAmount["many"] = "many";
})(PluginProfileAmount || (PluginProfileAmount = {}));
//# sourceMappingURL=types.js.map