Parcourir la source

add channel_id in IChapterData

visuddhinanda il y a 3 ans
Parent
commit
37162d06d2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;