chore: provider form test
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { PageActionType } from '@/config/types';
|
||||
import { createContext, useContext } from 'react';
|
||||
import { maasProviderType } from '.';
|
||||
|
||||
interface FormContextProps {
|
||||
providerType?: string;
|
||||
providerType?: maasProviderType;
|
||||
action?: PageActionType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user