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.

10 lines (9 loc) 236 B
type BeneficiaryAddress = { address_line1: string; address_line2: string; postal_zip_code: string; country_code: number | string; state_province: string; city_town: string; }; export type { BeneficiaryAddress };