UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

8 lines (7 loc) 273 B
type DepositAndWithdrawalSetup = { allowed_deposit_providers: number[]; allowed_withdrawal_providers: number[]; allowed_deposit_payment_service_type: number[]; allowed_withdrawal_payment_service_type: number[]; }; export type { DepositAndWithdrawalSetup };