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.
38 lines (37 loc) • 1.54 kB
TypeScript
export type * from "./activity";
export type * from "./attachment";
export type * from "./checkForgetSecurityData";
export type * from "./commerce";
export type * from "./confirmForgetSecurityData";
export type * from "./confirmSecurityData";
export type * from "./confirmUserSecurity";
export type * from "./confirmUserSecurityInfo";
export type * from "./currency";
export type * from "./documentdata";
export type * from "./documentinfo";
export type * from "./forgetPassword";
export type * from "./forgetSecurityData";
export type * from "./forgetSecurityInfo";
export type * from "./info";
export type * from "./personalinfo";
export type * from "./preferences";
export type * from "./resetPassword";
export type * from "./resetSecurityCode";
export type * from "./resetSecurityData";
export type * from "./resetSecurityQuestions";
export type * from "./resetUserSecurity";
export type * from "./resetUserSecurityInfo";
export type * from "./security";
export type * from "./userauthenticationdata";
export type * from "./usercreditlimit";
export type * from "./userdata";
export type * from "./validateForgetSecurityData";
export type * from "./validateLimitedSecurity";
export type * from "./validateLimitedSecurityData";
export type * from "./validateSecurityData";
export type * from "./validateUserSecurity";
export type * from "./validateUserSecurityInfo";
export type * from "./validation";
export type * from "./verifySecurityData";
export type * from "./verifyUserSecurity";
export type * from "./verifyUserSecurityInfo";