feat: Show notice on new notifications (#8390)

This commit is contained in:
Stevche Radevski
2024-08-01 17:10:34 +02:00
committed by GitHub
parent dbd0b18726
commit d36d48df76
2 changed files with 80 additions and 18 deletions
@@ -11,5 +11,5 @@ export interface AdminNotification {
original_notification_id?: string | null
external_id?: string | null
provider_id: string
created_at: Date
created_at: string
}