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.

11 lines (10 loc) 292 B
import { LotteryTicket, PinCode, Promotion, OrderTicket, TopUp, VoucherInfo } from ".."; type Voucher = { info: VoucherInfo; pin_code: PinCode[]; topup: TopUp; promotion: Promotion[]; ticket: OrderTicket[]; lottery_ticket: LotteryTicket[]; }; export type { Voucher };