UNPKG

@etsoo/smarterp-core

Version:
16 lines (15 loc) 405 B
"use strict"; 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 = {}));