Преглед на файлове

:memo: ISentenceRequest

visuddhinanda преди 3 години
родител
ревизия
898618c4ea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dashboard/src/components/api/Corpus.ts

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

@@ -109,7 +109,7 @@ export interface IApiResponseChannelList {
 	data: { rows: IApiResponseChannelListData[]; count: number };
 }
 
-export interface ISentenceRequst {
+export interface ISentenceRequest {
 	book: number;
 	para: number;
 	wordStart: number;