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.

7 lines (6 loc) 192 B
type DisplayOptions = { hide_account_limits_summary_page: boolean; hide_transaction_limits_page: boolean; display_account_reference_id: boolean; }; export type { DisplayOptions };