Преглед изворни кода

anthologyId in IArticleCreateRequest

visuddhinanda пре 2 година
родитељ
комит
9fa0c43714
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/components/api/Article.ts

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

@@ -120,6 +120,7 @@ export interface IArticleCreateRequest {
   title: string;
   lang: string;
   studio: string;
+  anthologyId?: string;
 }
 
 export interface IAnthologyCreateRequest {