From 206ef711a484816f70454ee86ea1e20720a110e7 Mon Sep 17 00:00:00 2001 From: sercan Date: Tue, 31 Aug 2021 10:17:57 +0300 Subject: [PATCH] (QuickChat) Don't use types from outside --- .../layout/common/quick-chat/quick-chat.types.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/app/layout/common/quick-chat/quick-chat.types.ts b/src/app/layout/common/quick-chat/quick-chat.types.ts index 6e6c41c3..5d5837a4 100644 --- a/src/app/layout/common/quick-chat/quick-chat.types.ts +++ b/src/app/layout/common/quick-chat/quick-chat.types.ts @@ -1,16 +1,3 @@ -export interface Notification -{ - id: string; - icon?: string; - image?: string; - title?: string; - description?: string; - time: string; - link?: string; - useRouter?: boolean; - read: boolean; -} - export interface Chat { id?: string;