Explorar o código

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

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
795d3de321
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   status: number;
   lang: string;
   lang: string;
   anthology_count?: number;
   anthology_count?: number;
-  anthology_first?: { title: string };
+  anthology_first?: { uid: string; title: string };
   role?: TRole;
   role?: TRole;
   studio?: IStudio;
   studio?: IStudio;
   editor?: IUser;
   editor?: IUser;