mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 21:13:11 +08:00
UI notification/alert system with global redux state
This commit is contained in:
8
client/src/interfaces/Notification.ts
Normal file
8
client/src/interfaces/Notification.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface NewNotification {
|
||||
title: string;
|
||||
message: string;
|
||||
}
|
||||
|
||||
export interface Notification extends NewNotification {
|
||||
id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user