Explorar el Código

content: string | null;

visuddhinanda hace 3 años
padre
commit
2897069ed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;