From 3ef342e5847b31f9dcaa42d4cd16c8844fe33b45 Mon Sep 17 00:00:00 2001 From: JustLoading <874922263@qq.com> Date: Fri, 12 Sep 2025 01:36:36 +0000 Subject: [PATCH] update api/@ohos.telephony.observer.d.ts. Signed-off-by: JustLoading <874922263@qq.com> --- api/@ohos.telephony.observer.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.telephony.observer.d.ts b/api/@ohos.telephony.observer.d.ts index 42c61b261..ce3d8ea6b 100644 --- a/api/@ohos.telephony.observer.d.ts +++ b/api/@ohos.telephony.observer.d.ts @@ -411,7 +411,7 @@ declare namespace observer { * @since 11 */ function on(type: 'cellularDataConnectionStateChange', options: ObserverOptions, - callback: Callback): void, + callback: Callback): void; /** * Cancel callback when the cellular data link connection state is updated. -- Gitee