visuddhinanda 2 yıl önce
ebeveyn
işleme
e0f32d9487

+ 2 - 0
dashboard/src/components/api/notification.ts

@@ -25,6 +25,8 @@ interface INotificationData {
   from: IUser;
   from: IUser;
   to: IUser;
   to: IUser;
   url?: string;
   url?: string;
+  title?: string;
+  book_title?: string;
   content: string;
   content: string;
   content_type: string;
   content_type: string;
   res_type: string;
   res_type: string;