zhengyiming
2025-03-25 c02e7a8fe42de2a5796e95e573f9e6b6735e4d0d
apps/taro/types/global.d.ts
@@ -31,8 +31,11 @@
      [elem: string]: any;
    }
  }
}
declare const OSS_URL: string
declare const WeixinJSBridge: any
declare namespace NodeJS {
  interface ProcessEnv {
@@ -47,6 +50,7 @@
    OSS_URL: string;
    TEST_OSS_URL: string;
    WEMAP_KEY: string;
    WXPayAppId: string;
  }
}