ソースを参照

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;
   message: string;
   data: IRelationRequest;
   data: IRelationRequest;
 }
 }
-interface IFrom {
+export interface IFrom {
   spell?: string;
   spell?: string;
   case?: string[];
   case?: string[];
 }
 }