UNPKG

tplus-api

Version:

tplus api invoke

20 lines (19 loc) 907 B
declare const clientId: string; declare const clientSecret: string; declare const cspAk: string; declare const cspAS: string; declare const proxyServer: string; declare const authKey: string; declare const authKeys: Array<string>; declare const channelKey: string; declare const channelKeys: Array<string>; declare const clientInfoKey: string; declare const ciaHostArray: Array<string>; declare const ciaHost: string; declare const tplusWebAppApiHost: string; declare const tplusHostArray: Array<string>; declare const noProxyHostArray: Array<string>; declare const noErrorTips: Array<string>; declare const devProxyHost: string; declare const prodProxyHost: string; export { clientId, clientSecret, cspAk, cspAS, proxyServer, authKey, authKeys, channelKey, channelKeys, clientInfoKey, ciaHostArray, tplusHostArray, devProxyHost, prodProxyHost, ciaHost, tplusWebAppApiHost, noProxyHostArray, noErrorTips };