Browse Source

export interface IArticleParam

visuddhinanda 2 years ago
parent
commit
39b1027192
1 changed files with 1 additions and 1 deletions
  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;