Răsfoiți Sursa

content: string | null;

visuddhinanda 2 ani în urmă
părinte
comite
2897069ed4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;
   wordEnd: number;
   channel: string;
-  content: string;
+  content: string | null;
   contentType?: TContentType;
   prEditor?: string;
   prId?: string;