apps/taro/types/global.d.ts
@@ -31,12 +31,12 @@ [elem: string]: any; } } interface Window { WeixinJSBridge: any } } declare const OSS_URL: string declare const WeixinJSBridge: any declare namespace NodeJS { interface ProcessEnv { TARO_ENV: 'weapp' | 'swan' | 'alipay' | 'h5' | 'rn' | 'tt' | 'quickapp' | 'qq' | 'jd'