zhengyiming
2025-03-20 3633cf70a3d835da15d27a91e7f8f8fd15dbcb35
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'