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

* 🐛 weixin-app: fix return types of chooseImage
This commit is contained in:
taoqf
2019-11-20 11:55:10 -08:00
committed by Sheetal Nandi
parent 2b670a4ae6
commit cbfa47176a
+1 -1
View File
@@ -232,7 +232,7 @@ declare namespace wx {
}
interface TempFilesData {
/** 文件的临时路径 */
tempFilePaths: string;
tempFilePaths: string[];
/**
* 图片的本地文件列表,每一项是一个 File 对象
* @version 1.2.0