feat : ajout des notifications
This commit is contained in:
7
frontend/services/dto/notification.ts
Normal file
7
frontend/services/dto/notification.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type NotificationItem = {
|
||||
id: number
|
||||
title: string
|
||||
message: string
|
||||
isRead: boolean
|
||||
createdAt: string
|
||||
}
|
||||
Reference in New Issue
Block a user