From db8df3bb548750843b6d4fc1ee8d8a6af6489d8b Mon Sep 17 00:00:00 2001 From: zhaoyuan17 Date: Sat, 11 Dec 2021 11:23:41 +0000 Subject: [PATCH] Update d.ts Signed-off-by: zhaoyuan17 --- api/@ohos.notification.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/@ohos.notification.d.ts b/api/@ohos.notification.d.ts index 661c8d46d9..f010e0a3ae 100644 --- a/api/@ohos.notification.d.ts +++ b/api/@ohos.notification.d.ts @@ -206,11 +206,6 @@ declare namespace notification { */ NOTIFICATION_CONTENT_PICTURE, - /** - * Conversation notification. - */ - NOTIFICATION_CONTENT_CONVERSATION, - /** * Multi-line text notification. */ -- Gitee