UNPKG

finerio-pfm-unnax

Version:

This SDK lets you connect to [Finerio PFM API Unnax](http://ec2-3-16-174-50.us-east-2.compute.amazonaws.com:8082/swagger-ui/index.html#/) in an easier way.

10 lines (9 loc) 538 B
export { default as Account } from "./Account"; export { default as Category } from "./category/Category"; export { default as FinancialEntity } from "./FinancialEntity"; export { default as ParentCategory } from "./category/ParentCategory"; export { default as Transaction } from "./Transaction"; export { default as TransactionList } from "./TransactionList"; export { default as Budget } from "./Budget"; export { default as Resume } from "./insights/resume/Resume"; export { default as Analysis } from "./insights/analysis/Analysis";