From 3fe39dfa27d33bbf3edf5c91dfa7b8d923c6aa2c Mon Sep 17 00:00:00 2001 From: z30053788 Date: Wed, 6 Aug 2025 19:40:35 +0800 Subject: [PATCH] update Signed-off-by: z30053788 Change-Id: Ibe9c9ddbcdb97e155843e74c5443d61b6db84655 --- api/@system.notification.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@system.notification.d.ts b/api/@system.notification.d.ts index 174ff3602b..b041b170d2 100644 --- a/api/@system.notification.d.ts +++ b/api/@system.notification.d.ts @@ -86,6 +86,7 @@ export interface ShowNotificationOptions { * @type { ?ActionResult } * @syscap SystemCapability.Notification.Notification * @since 3 + * @deprecated since 7 */ clickAction?: ActionResult; } -- Gitee