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.

17 lines (16 loc) 368 B
type CredentialsData = { grant_type: string; device_security_code: string; user_Id: number; device_Id: number; program_Id: number; language: string; token: string; token_id: string; password: string; user_name: string; token_type: string; generate_jwt: string; device_details: string; }; export { CredentialsData };