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.

10 lines (9 loc) 186 B
type TransactionFee = { id: number; fee_definition_id: number; amount: number; type: number; operation: string; notes: string; }; export type { TransactionFee };