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;