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.

11 lines (10 loc) 214 B
type Alias = { id: string; status: string; email_address: string; phone_number: string; account_number: string; account_open_date: string; expiry_date: string; }; export type { Alias };