Interface AccountContextType

interface AccountContextType {
    account: AccountType;
    setAccount: Dispatch<SetStateAction<AccountType>>;
}

Properties

Properties

account: AccountType

The account.

The setter of the account.