From 93281214f30cc4d9104839e579cad93ca73e8441 Mon Sep 17 00:00:00 2001 From: wangbin Date: Fri, 8 Aug 2025 14:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Darkts1.2=E5=A2=9E=E5=8A=A0del?= =?UTF-8?q?et=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangbin --- api/@ohos.data.distributedKVStore.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.distributedKVStore.d.ts b/api/@ohos.data.distributedKVStore.d.ts index 7c1b0573d5..ddb3a8fe51 100644 --- a/api/@ohos.data.distributedKVStore.d.ts +++ b/api/@ohos.data.distributedKVStore.d.ts @@ -1439,7 +1439,7 @@ declare namespace distributedKVStore { * @StageModelOnly * @since 10 */ - delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback); + delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void; /** * Deletes the key-value pairs based on the dataSharePredicates. -- Gitee