feat : modification des notifications + correction de bug
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
export type NotificationItem = {
|
||||
id: number
|
||||
title: string
|
||||
actorName: string
|
||||
message: string
|
||||
category: string
|
||||
target: string
|
||||
isRead: boolean
|
||||
createdAt: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user