Просмотр исходного кода

anthology_first?: { uid: string; title: string };

visuddhinanda 2 лет назад
Родитель
Сommit
795d3de321
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/api/Article.ts

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

@@ -89,7 +89,7 @@ export interface IArticleDataResponse {
   status: number;
   lang: string;
   anthology_count?: number;
-  anthology_first?: { title: string };
+  anthology_first?: { uid: string; title: string };
   role?: TRole;
   studio?: IStudio;
   editor?: IUser;