Procházet zdrojové kódy

export interface IArticleParam

visuddhinanda před 3 roky
rodič
revize
39b1027192
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dashboard/src/pages/studio/recent/list.tsx

+ 1 - 1
dashboard/src/pages/studio/recent/list.tsx

@@ -41,7 +41,7 @@ interface IRecent {
   updatedAt: string;
   param?: IParam;
 }
-interface IArticleParam {
+export interface IArticleParam {
   type: ArticleType;
   articleId: string;
   mode?: ArticleMode;