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.

13 lines (12 loc) 252 B
declare const countries: ({ Country_Code: string; ISO_A2: string; Country_Name: string; Phone_Code: string; } | { Country_Code: string; ISO_A2: string; Country_Name: string; Phone_Code: null; })[]; export { countries };