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; } }