From 3a1bb1161387d96327e0d0ee141ecc30ea0d29ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=AD=90=E6=9D=8E?= Date: Tue, 9 Sep 2025 09:44:26 +0800 Subject: [PATCH] fix test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 木子李 --- api/@ohos.data.unifiedDataChannel.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/@ohos.data.unifiedDataChannel.d.ts b/api/@ohos.data.unifiedDataChannel.d.ts index bdc283df1f..d623ca995c 100644 --- a/api/@ohos.data.unifiedDataChannel.d.ts +++ b/api/@ohos.data.unifiedDataChannel.d.ts @@ -401,6 +401,16 @@ declare namespace unifiedDataChannel { * @since 11 */ totalSize: number; + + /** + * Indicates the overview information of unifiedData. + * + * @returns { Record } Key represents the data type, and value represents the corresponding data size. + * @syscap SystemCapability.DistributedDataManager.UDMF.Core + * @atomicservice + * @since 22 + */ + get overview(): Record; } /** -- Gitee