ソースを参照

add uid in ISuggestionData

visuddhinanda 2 年 前
コミット
09f9499774
1 ファイル変更1 行追加0 行削除
  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 {
   id: string;
+  uid: string;
   book: number;
   paragraph: number;
   word_start: number;