Browse Source

export interface IFrom

visuddhinanda 3 years ago
parent
commit
b88747943c
1 changed files with 1 additions and 1 deletions
  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[];
 }
 }