UNPKG

@squadco/js

Version:

Simplify the integration process with Squad's comprehensive payment solutions using the Squad JavaScript SDK.

9 lines (8 loc) 233 B
import type { BaseResponseProps } from "./base-response"; export interface WalletBalanceResponseProps extends BaseResponseProps { data: { balance: string; currency_id: "NGN"; merchant_id: string; }; }