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.

18 lines (17 loc) 667 B
export type * from "./dailylimit"; export type * from "./deposit"; export type * from "./depositinterchange"; export type * from "./depositmonthly"; export type * from "./depositpaymentgateway"; export type * from "./deposityearly"; export type * from "./globaldailylimit"; export type * from "./limits"; export type * from "./monthlylimit"; export type * from "./transferreceiving"; export type * from "./transfersending"; export type * from "./withdraw"; export type * from "./withdrawinterchange"; export type * from "./withdrawmonthly"; export type * from "./withdraworder"; export type * from "./withdrawpurchaseinterchange"; export type * from "./yearlylimit";