improvement: task assignment notif added to notifications feature.

This commit is contained in:
2026-07-18 17:23:47 +03:30
parent 9941dca849
commit 408b2c3329
16 changed files with 76 additions and 18 deletions

View File

@@ -4,7 +4,8 @@ export type LabCaseActivityType =
| 'LAB_COMMENT'
| 'CASE_IMPORTANT'
| 'CASE_AMENDED'
| 'TASK_COMPLETED';
| 'TASK_COMPLETED'
| 'TASK_ASSIGNED';
export interface LabCaseActivityItem {
id: string;