visuddhinanda 2 anni fa
parent
commit
caa1c87be2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dashboard/src/components/api/Corpus.ts

+ 1 - 0
dashboard/src/components/api/Corpus.ts

@@ -170,6 +170,7 @@ export interface ISentenceData {
   updated_at: string;
   acceptor?: IUser;
   pr_edit_at?: string;
+  fork_at?: string;
   suggestionCount?: ISuggestionCount;
 }