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.
12 lines (11 loc) • 432 B
TypeScript
export type * from "./accountService";
export type * from "./authService";
export type * from "./baseService";
export type * from "./blockchainService";
export type * from "./limitedService";
export type * from "./orderService";
export type * from "./organizationService";
export type * from "./programService";
export type * from "./promotionService";
export type * from "./transactionService";
export type * from "./userService";