瀏覽代碼

export interface IFrom

visuddhinanda 3 年之前
父節點
當前提交
b88747943c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/pages/admin/relation/list.tsx

+ 1 - 1
dashboard/src/pages/admin/relation/list.tsx

@@ -113,7 +113,7 @@ export interface IRelationResponse {
   message: string;
   data: IRelationRequest;
 }
-interface IFrom {
+export interface IFrom {
   spell?: string;
   case?: string[];
 }