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.
6 lines (5 loc) • 295 B
TypeScript
export { OrganizationProxy } from "./api/proxy/organizationProxy";
export { OrganizationService } from "./api/service/organizationService";
export * from "./api/data/organization";
export type * from "./types/api/data/organization";
export type * from "./types/api/service/organizationService";