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.

11 lines (10 loc) 288 B
type AccountsActivationContent = { language_id: number; localization_id: number; fulfilment_id: number; account_name: string; activation_label: string; activation_description: string; activation_page_note: string; }; export type { AccountsActivationContent };