@hyext/types-ext-sdk-hy 3.12.0-beta.7 → 3.12.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3719,17 +3719,9 @@ type LocalFileInfo = {
|
|
|
3719
3719
|
};
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
|
-
*
|
|
3723
|
-
* @property info - 本地文件列表
|
|
3722
|
+
* @param info - 保存结果
|
|
3724
3723
|
*/
|
|
3725
|
-
type
|
|
3726
|
-
info: LocalFileInfo;
|
|
3727
|
-
};
|
|
3728
|
-
|
|
3729
|
-
/**
|
|
3730
|
-
* @param rsp - 保存结果
|
|
3731
|
-
*/
|
|
3732
|
-
type SaveFileCallback = (rsp: SaveFile) => void;
|
|
3724
|
+
type SaveFileCallback = (info: LocalFileInfo) => void;
|
|
3733
3725
|
|
|
3734
3726
|
/**
|
|
3735
3727
|
* 保存文件信息
|