diff --git a/api/@ohos.data.unifiedDataChannel.d.ts b/api/@ohos.data.unifiedDataChannel.d.ts index bdc283df1fec4dc465c1b011c64750a5d43cdece..d623ca995c897196eec020d12b629144bee9a47f 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; } /**