interface IAccount {
    balance: string;
}

Properties

Properties

balance: string