From 721397ea3c431e9301f991ced6bba3272eb91dad Mon Sep 17 00:00:00 2001 From: wangyifei Date: Tue, 8 Jul 2025 22:46:14 +0800 Subject: [PATCH] delete Signed-off-by: wangyifei --- api/@ohos.file.photoAccessHelper.d.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/@ohos.file.photoAccessHelper.d.ts b/api/@ohos.file.photoAccessHelper.d.ts index 6e169084f0..fccdc0425f 100644 --- a/api/@ohos.file.photoAccessHelper.d.ts +++ b/api/@ohos.file.photoAccessHelper.d.ts @@ -6755,16 +6755,6 @@ declare namespace photoAccessHelper { */ albumAfterChange: AlbumChangeInfo | null; - /** - * Whether the album is deleted. - * - * @type { boolean } - * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core - * @since 20 - * @arkts 1.1&1.2 - */ - isDeleted: boolean; - /** * The version of the album info used to determine the order of notification changes. * -- Gitee