zhengyiming
2025-09-16 2e800655947439e8d71f05fddb3ad49770eec9fd
apps/taro/types/global.d.ts
@@ -31,9 +31,13 @@
      [elem: string]: any;
    }
  }
}
declare const OSS_URL: string
declare const WeixinJSBridge: any
declare const CLIENT_ORIGIN: string
declare namespace NodeJS {
  interface ProcessEnv {
    TARO_ENV: 'weapp' | 'swan' | 'alipay' | 'h5' | 'rn' | 'tt' | 'quickapp' | 'qq' | 'jd'
@@ -47,6 +51,7 @@
    OSS_URL: string;
    TEST_OSS_URL: string;
    WEMAP_KEY: string;
    WXPayAppId: string;
  }
}