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.

10 lines (9 loc) 146 B
type USR = { device_id: string; user_id: string; }; type CipherKeyIV = { key: string; iv: string; }; export { USR, CipherKeyIV };