Compare commits

...

1 Commits

Author SHA1 Message Date
sercan
206ef711a4 (QuickChat) Don't use types from outside 2021-08-31 10:17:57 +03:00

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;