Explorar el Código

export interface IArticleParam

visuddhinanda hace 3 años
padre
commit
39b1027192
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;