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) • 326 B
JavaScript
export * from "./accountProxy";
export * from "./authProxy";
export * from "./blockchainProxy";
export * from "./limitedProxy";
export * from "./orderProxy";
export * from "./organizationProxy";
export * from "./programProxy";
export * from "./promotionProxy";
export * from "./transactionProxy";
export * from "./userProxy";