Sfoglia il codice sorgente

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

visuddhinanda 2 anni fa
parent
commit
795d3de321
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;