260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -3,7 +3,7 @@ export interface Notification {
|
||||
notificationId?: number; // Excluded from API responses (ADR-019)
|
||||
title: string;
|
||||
message: string;
|
||||
type: "INFO" | "SUCCESS" | "WARNING" | "ERROR";
|
||||
type: 'INFO' | 'SUCCESS' | 'WARNING' | 'ERROR';
|
||||
isRead: boolean;
|
||||
createdAt: string;
|
||||
link?: string;
|
||||
|
||||
Reference in New Issue
Block a user