Browse Source

translationChannels in ISentence

visuddhinanda 2 years ago
parent
commit
d6fd359b9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit.tsx

@@ -31,6 +31,7 @@ export interface ISentence {
   updateAt: string;
   updateAt: string;
   suggestionCount?: ISuggestionCount;
   suggestionCount?: ISuggestionCount;
   openInEditMode?: boolean;
   openInEditMode?: boolean;
+  translationChannels?: string[];
 }
 }
 export interface ISentenceId {
 export interface ISentenceId {
   book: number;
   book: number;