feat: notifications link to relevant pages when available.
This commit is contained in:
parent
75abbb3d51
commit
3081adc945
12 changed files with 59 additions and 12 deletions
|
|
@ -5,6 +5,7 @@ export interface Notification {
|
|||
type: string;
|
||||
title: string;
|
||||
message: string;
|
||||
link?: string;
|
||||
data: any;
|
||||
isRead: boolean;
|
||||
createdAt: string;
|
||||
|
|
|
|||
Reference in a new issue