update common/src/main/ets/default/interface/BrowserDataInterface.ts.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-03-05 02:21:41 +00:00 committed by Gitee
parent 85a3e093c4
commit 76cd2fbe59
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -25,4 +25,6 @@ export interface BrowserDataInterface {
getFileAssets?(id: any, param: any): any;
getDataIndexByUri(callback: unknown, param: unknown, uri: string): void;
getMediaItemByUri(callback: unknown, uri: string): void;
}