Merge remote-tracking branch 'origin/demo' into starter

This commit is contained in:
sercan 2021-08-31 15:49:55 +03:00
commit c5433cb917

View File

@ -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;