@etsoo/smarterp-core
Version:
TypeScript APIs for SmartERP Core
13 lines (12 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApiOutput = void 0;
/**
* API output type
* API输出类型
*/
var ApiOutput;
(function (ApiOutput) {
ApiOutput[ApiOutput["JSON"] = 0] = "JSON";
ApiOutput[ApiOutput["XML"] = 1] = "XML";
})(ApiOutput || (exports.ApiOutput = ApiOutput = {}));