This commit is contained in:
@@ -4,6 +4,7 @@ interface NotificationItem {
|
||||
isRead?: boolean;
|
||||
message: string;
|
||||
title: string;
|
||||
userId: number | string;
|
||||
}
|
||||
|
||||
export type { NotificationItem };
|
||||
|
Reference in New Issue
Block a user