add notification context
This commit is contained in:
@@ -8,7 +8,8 @@ export interface NotificationBody {
|
||||
id: number,
|
||||
message: string,
|
||||
status: string | null,
|
||||
type: string
|
||||
type: string,
|
||||
context: Record<string, string>
|
||||
}
|
||||
|
||||
export async function fetchActiveNotifications() {
|
||||
|
||||
Reference in New Issue
Block a user