瀏覽代碼

add uid in ISentence

visuddhinanda 2 年之前
父節點
當前提交
4a73c4af93
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/template/SentEdit.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit.tsx

@@ -29,6 +29,7 @@ export interface ISuggestionCount {
 }
 export interface ISentence {
   id?: string;
+  uid?: string;
   content: string | null;
   contentType?: TContentType;
   html: string;