mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 22:09:36 +02:00
Clickable notifications with url redirect
This commit is contained in:
parent
1d8e36b46d
commit
bf1aa9e85c
5 changed files with 48 additions and 26 deletions
|
@ -1,8 +1,9 @@
|
|||
export interface NewNotification {
|
||||
title: string;
|
||||
message: string;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
export interface Notification extends NewNotification {
|
||||
id: number;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue