UNPKG

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.

23 lines (22 loc) 743 B
export type * from "./customForm"; export type * from "./fulfilment"; export type * from "./items"; export type * from "./customFormData"; export type * from "./features"; export type * from "./fee"; export type * from "./info"; export type * from "./lotteryTicket"; export type * from "./orderData"; export type * from "./orderError"; export type * from "./paymentMethod"; export type * from "./pinCode"; export type * from "./profit"; export type * from "./promotion"; export type * from "./reverseData"; export type * from "./reverseItem"; export type * from "./reversePinCode"; export type * from "./ticket"; export type * from "./topUp"; export type * from "./variant"; export type * from "./voucher"; export type * from "./voucherInfo";