diff --git a/api/@system.notification.d.ts b/api/@system.notification.d.ts index 174ff3602bdcbc99e33a282bbbacad42bec33289..b041b170d284bc546f205cf25011d237805f9b7a 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; }