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.

16 lines (15 loc) 447 B
type Preferences = { preferred_language_code: string; enable_facebook_account: string; enable_promotion_notification: string; enable_email_notification: string; enable_sms_notification: string; enable_push_notification: string; enable_device_authentication: string; time_zone: string; time_zone_name: string; is_agent: string; is_reseller: string; is_seller: string; }; export type { Preferences };