ソースを参照

add bookName in IWbw

visuddhinanda 2 年 前
コミット
01667c5141
1 ファイル変更1 行追加0 行削除
  1. 1 0
      dashboard/src/components/template/Wbw/WbwWord.tsx

+ 1 - 0
dashboard/src/components/template/Wbw/WbwWord.tsx

@@ -89,6 +89,7 @@ export interface IWbw {
   attachments?: IWbwAttachment[];
   attachments?: IWbwAttachment[];
   hasComment?: boolean;
   hasComment?: boolean;
   grammarId?: string;
   grammarId?: string;
+  bookName?: string;
 }
 }
 export interface IWbwFields {
 export interface IWbwFields {
   real?: boolean;
   real?: boolean;