UNPKG

@etsoo/smarterp-core

Version:
19 lines (18 loc) 459 B
/** * API output type * API输出类型 */ export var ApiOutput; (function (ApiOutput) { ApiOutput[ApiOutput["JSON"] = 0] = "JSON"; ApiOutput[ApiOutput["XML"] = 1] = "XML"; })(ApiOutput || (ApiOutput = {})); /** * API provider * 接口供应商 */ export var ApiProvider; (function (ApiProvider) { ApiProvider[ApiProvider["Google"] = 0] = "Google"; ApiProvider[ApiProvider["Baidu"] = 1] = "Baidu"; })(ApiProvider || (ApiProvider = {}));