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.

14 lines (13 loc) 276 B
type PinCode = { id: number; order_id: number; product_id: number; variant_id: number; name: string; description: string; code: string; serial_number: string; expiry_date: string; usage_instructions: string; }; export type { PinCode };