Ver Fonte

add withStudent in IShowDiscussion

visuddhinanda há 2 anos atrás
pai
commit
ad980d819e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      dashboard/src/reducers/discussion.ts

+ 1 - 0
dashboard/src/reducers/discussion.ts

@@ -17,6 +17,7 @@ export interface IShowDiscussion {
   topic?: string;
   comment?: string;
   sent?: ISentence;
+  withStudent?: boolean;
 }
 export interface ICount {
   count: number;