Type Alias Balance

Balance: {
    available: string;
    onhold: string;
}

Result type value for Client.getBalances method