251210:1709 Frontend: reeactor organization and run build
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export interface Notification {
|
||||
notification_id: number;
|
||||
notificationId: number;
|
||||
title: string;
|
||||
message: string;
|
||||
type: "INFO" | "SUCCESS" | "WARNING" | "ERROR";
|
||||
is_read: boolean;
|
||||
created_at: string;
|
||||
isRead: boolean;
|
||||
createdAt: string;
|
||||
link?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user