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) 264 B
type VoucherRows = { account: string; description: string; debit: string; cost_center: string; credit: string; project: string; quantity: string; removed: string; transaction_information: string; }; export type { VoucherRows };