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) 214 B
type ResultSet = { from_date: string; to_date: string; start_index: number; page_size: number; total_records: number; time_zone_name: string; time_zone: string; }; export { ResultSet };