From cbfa47176a8633e3d1dd0988d84fcc249bed47ce Mon Sep 17 00:00:00 2001 From: taoqf Date: Thu, 21 Nov 2019 03:55:10 +0800 Subject: [PATCH] weixin-app: fix types (#40522) * wxapp: add FileSystemManager * fix: add interface * uppercase interface name * add types react-native-audio * add types for baidumap * lint * add doc header non-npm package * add types: react-native-easy-upgrade * fix: options * fix * react-native-easy-update: add typescript version * :bug: weixin-app: fix return types of chooseImage --- types/weixin-app/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/weixin-app/index.d.ts b/types/weixin-app/index.d.ts index bcf10b6068..4177591c5e 100644 --- a/types/weixin-app/index.d.ts +++ b/types/weixin-app/index.d.ts @@ -232,7 +232,7 @@ declare namespace wx { } interface TempFilesData { /** 文件的临时路径 */ - tempFilePaths: string; + tempFilePaths: string[]; /** * 图片的本地文件列表,每一项是一个 File 对象 * @version 1.2.0