mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
Merge remote-tracking branch 'origin/demo' into starter
This commit is contained in:
commit
c5433cb917
|
@ -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
|
export interface Chat
|
||||||
{
|
{
|
||||||
id?: string;
|
id?: string;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user