UNPKG

wechat-work

Version:
9 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AuthScope; (function (AuthScope) { AuthScope["BASE"] = "snsapi_base"; AuthScope["USER_INFO"] = "snsapi_userinfo"; AuthScope["PRIVATE_INFO"] = "snsapi_privateinfo"; })(AuthScope = exports.AuthScope || (exports.AuthScope = {})); //# sourceMappingURL=auth-scope.enum.js.map