Sfoglia il codice sorgente

export interface IFrom

visuddhinanda 3 anni fa
parent
commit
b88747943c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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[];
 }