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.
21 lines (20 loc) • 733 B
TypeScript
export type * from "./json";
export type * from "./address";
export type * from "./bankaccount";
export type * from "./creditcard";
export type * from "./cryptoaddress";
export type * from "./cryptoWallet";
export type * from "./customField";
export type * from "./device";
export type * from "./devicehistory";
export type * from "./email";
export type * from "./externalauthentication";
export type * from "./generalrequirements";
export type * from "./identification";
export type * from "./notification";
export type * from "./paymentCryptoAddress";
export type * from "./paymentInfo";
export type * from "./phone";
export type * from "./relationship";
export type * from "./socialmedia";
export type * from "./termsconditions";