Browse Source

IStudioApiResponse -> IStudio

visuddhinanda 2 years ago
parent
commit
2194a15a22
1 changed files with 1 additions and 1 deletions
  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;
   summary: string;
   article_list: IArticleListApiResponse[];
-  studio: IStudioApiResponse;
+  studio: IStudio;
   default_channel?: IChannel;
   lang: string;
   status: number;