@marceloclp/monzojs
Version:
Unofficial wrapper for the Monzo API written in TypeScript.
10 lines (9 loc) • 357 B
TypeScript
export * as Accounts from './accounts';
export * as Attachments from './attachments';
export * as Balance from './balance';
export * as FeedItems from './feed-items';
export * from './pagination';
export * as Pots from './pots';
export * as Receipts from './receipts';
export * as Transactions from './transactions';
export * as Webhooks from './webhooks';