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.

13 lines (12 loc) 282 B
type NodeGiftData = { id: number; promotionId: number; promotionCode: string; type: number; orderId: number; orderStatus: number; claimedDate: string | null; claimedPrizeAmount: number; claimedPrizeAsset: string; }; export type { NodeGiftData };