UNPKG

minimax-client

Version:

TypeScript client library for the Minimax accounting API (https://moj.minimax.rs/RS/API/)

9 lines (8 loc) 234 B
/** * Client module for the Minimax API * * This barrel file exports all components from the client module */ export * from './minimax-client'; export * from './resources/received-invoices'; export * from './resources/customers';