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) 235 B
import { Amount } from "."; type LotteryPrize = { prizeName: string; prizeNameLocale: string; prizeDesc: string; prizeDescLocale: string; numberOfPrizes: number; prizeAmount: Amount; }; export { LotteryPrize };