interface AccountBalance {
    balance: number;
}

Properties

Properties

balance: number