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.

13 lines (12 loc) 287 B
type AccountStatementInfo = { id: number; program_id: number; bin_id: number; user_id: number; account_id: number; server_date: string; date_utc: string; statement_from_date: string; statement_to_date: string; }; export type { AccountStatementInfo };