瀏覽代碼

IStudioApiResponse -> IStudio

visuddhinanda 2 年之前
父節點
當前提交
2194a15a22
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/api/Article.ts

+ 1 - 1
dashboard/src/components/api/Article.ts

@@ -25,7 +25,7 @@ export interface IAnthologyDataResponse {
   subtitle: string;
   subtitle: string;
   summary: string;
   summary: string;
   article_list: IArticleListApiResponse[];
   article_list: IArticleListApiResponse[];
-  studio: IStudioApiResponse;
+  studio: IStudio;
   default_channel?: IChannel;
   default_channel?: IChannel;
   lang: string;
   lang: string;
   status: number;
   status: number;