UNPKG

afrimomo-sdk

Version:

A unified SDK for African payment providers

10 lines 227 B
export interface WalletBalance { country: string; balance: string; currency: string; mno: string; } export interface WalletBalancesResponse { balances: WalletBalance[]; } //# sourceMappingURL=wallet.d.ts.map