interface AccountAndPotCreated {
    account: AccountCreated;
    pot: PotCreated;
}

Properties

Properties