Browse Source

content: string | null;

visuddhinanda 2 years ago
parent
commit
2897069ed4
1 changed files with 1 additions and 1 deletions
  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;