mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
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:
Vendored
+1
-1
@@ -232,7 +232,7 @@ declare namespace wx {
|
||||
}
|
||||
interface TempFilesData {
|
||||
/** 文件的临时路径 */
|
||||
tempFilePaths: string;
|
||||
tempFilePaths: string[];
|
||||
/**
|
||||
* 图片的本地文件列表,每一项是一个 File 对象
|
||||
* @version 1.2.0
|
||||
|
||||
Reference in New Issue
Block a user