Browse Source

add uid in ISuggestionData

visuddhinanda 2 years ago
parent
commit
09f9499774
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Suggestion.ts

+ 1 - 0
dashboard/src/components/api/Suggestion.ts

@@ -3,6 +3,7 @@ import { IChannelApiData } from "./Channel";
 
 
 export interface ISuggestionData {
 export interface ISuggestionData {
   id: string;
   id: string;
+  uid: string;
   book: number;
   book: number;
   paragraph: number;
   paragraph: number;
   word_start: number;
   word_start: number;