zhengyiming
2025-05-29 b8aa16ee1bd825e9798b9c749a1b8877844882fb
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'