Explorar el Código

add withStudent in IShowDiscussion

visuddhinanda hace 2 años
padre
commit
ad980d819e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;