From f834906cf8138fa9d43689408e61c4c3ff85c423 Mon Sep 17 00:00:00 2001 From: liwang <965027894@qq.com> Date: Thu, 31 Jul 2025 17:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E4=B8=8Esdk=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=B7=AE=E5=BC=82=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liwang <965027894@qq.com> --- api/@ohos.notificationSubscribe.d.ts | 8 ++++---- api/notification/notificationRequest.d.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/@ohos.notificationSubscribe.d.ts b/api/@ohos.notificationSubscribe.d.ts index bc3713020a..f4c5d57ebf 100644 --- a/api/@ohos.notificationSubscribe.d.ts +++ b/api/@ohos.notificationSubscribe.d.ts @@ -529,24 +529,24 @@ declare namespace notificationSubscribe { /** * action operation type * - * @type { ?number } + * @type { ?int } * @syscap SystemCapability.Notification.Notification * @systemapi * @since 20 * @arkts 1.1&1.2 */ - operationType?: number; + operationType?: int; /** * action button index * - * @type { ?number } + * @type { ?int } * @syscap SystemCapability.Notification.Notification * @systemapi * @since 20 * @arkts 1.1&1.2 */ - buttonIndex?: number; + buttonIndex?: int; } /** diff --git a/api/notification/notificationRequest.d.ts b/api/notification/notificationRequest.d.ts index 5878e32981..b8441bd7fc 100644 --- a/api/notification/notificationRequest.d.ts +++ b/api/notification/notificationRequest.d.ts @@ -916,7 +916,7 @@ export interface UnifiedGroupInfo { /** * Other information is aggregated across applications. * - * @type { ?object } + * @type { Record } * @syscap SystemCapability.Notification.Notification * @systemapi * @since 20 -- Gitee