@etsoo/smarterp-core
Version:
TypeScript APIs for SmartERP Core
16 lines (15 loc) • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrgDownloadKind = void 0;
/**
* Organization download kind
* 机构下载类型
*/
var OrgDownloadKind;
(function (OrgDownloadKind) {
/**
* Profile
* 档案
*/
OrgDownloadKind[OrgDownloadKind["Profile"] = 1] = "Profile";
})(OrgDownloadKind || (exports.OrgDownloadKind = OrgDownloadKind = {}));