소스 검색

add channel_id in IChapterData

visuddhinanda 3 년 전
부모
커밋
37162d06d2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dashboard/src/components/api/Corpus.ts

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

@@ -168,6 +168,7 @@ export interface IChapterData {
   path: string;
   tags: TagNode[];
   channel: { name: string; owner_uid: string };
+  channel_id: string;
   summary: string;
   view: number;
   like: number;