Explorar o código

book?: number;

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
4f44854b6d
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      dashboard/src/components/api/Corpus.ts

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

@@ -249,11 +249,11 @@ export interface IChapterLangListResponse {
 }
 }
 
 
 export interface ISentencePrRequest {
 export interface ISentencePrRequest {
-  book: number;
-  para: number;
-  begin: number;
-  end: number;
-  channel: string;
+  book?: number;
+  para?: number;
+  begin?: number;
+  end?: number;
+  channel?: string;
   text: string;
   text: string;
 }
 }
 export interface ISentencePrResponseData {
 export interface ISentencePrResponseData {