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

content: string | null;

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

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

@@ -146,7 +146,7 @@ export interface ISentenceRequest {
   wordStart: number;
   wordStart: number;
   wordEnd: number;
   wordEnd: number;
   channel: string;
   channel: string;
-  content: string;
+  content: string | null;
   contentType?: TContentType;
   contentType?: TContentType;
   prEditor?: string;
   prEditor?: string;
   prId?: string;
   prId?: string;