zhengyiming
2025-03-24 c7ab8c4fca1c690f3e5536dff520eaa9c4010fd1
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'