mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 06:37:09 +00:00
Compare commits
1 Commits
v13.6.0-st
...
v13.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
206ef711a4 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user