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.

6 lines (5 loc) 188 B
type RestAPIOptions = { enable_send_atm_pin_using_sms_when_change_status: boolean; enable_send_atm_pin_using_sms_when_activate_account: boolean; }; export type { RestAPIOptions };