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) 251 B
declare const accountCurrencies: { ID: number; Number: number; Code: string; Name: string; Symbol: string; Position: number; Exponent: number; Location: string; Is_Active: string; }[]; export { accountCurrencies };