primatch-frontend / services/notificationService / markAllNotificationsAsRead
Function: markAllNotificationsAsRead()¶
markAllNotificationsAsRead():
Promise\<{count:number;message:string; }>
Defined in: src/services/notificationService.ts:41
Marque toutes les notifications comme lues.
Returns¶
Promise\<{ count: number; message: string; }>