update api/@ohos.filemanagement.userFileManager.d.ts.

Signed-off-by: 韩晓东 <hanxiaodong17@h-partners.com>
This commit is contained in:
韩晓东 2024-07-10 07:01:46 +00:00 committed by Gitee
parent 8c784ad0a3
commit 2a491c3714
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -717,7 +717,7 @@ declare namespace userFileManager {
/**
* Indicates the columns to query.
*
* @type { string }
* @type { Array<string> }
* @syscap SystemCapability.FileManagement.UserFileManager.Core
* @systemapi
* @since 9
@ -1800,7 +1800,7 @@ declare namespace userFileManager {
/**
* all uris of the same NotifyType, could be FileAssets' or Albums'
*
* @type { string }
* @type { Array<string> }
* @syscap SystemCapability.FileManagement.UserFileManager.Core
* @systemapi
* @since 10
@ -1809,7 +1809,7 @@ declare namespace userFileManager {
/**
* change details of the Album's FileAssets when uris is the Album's uri type
*
* @type { string }
* @type { Array<string> }
* @syscap SystemCapability.FileManagement.UserFileManager.Core
* @systemapi
* @since 10