@marceloclp/monzojs
Version:
Unofficial wrapper for the Monzo API written in TypeScript.
12 lines (11 loc) • 463 B
TypeScript
export * as Accounts from './accounts';
export type { Address } from './address';
export * as Attachments from './attachments';
export type { Balance } from './balance';
export * as Events from './events';
export * as FeedItems from './feed-items';
export type { Pagination } from './pagination';
export type { Pot } from './pots';
export * as Receipts from './receipts';
export * as Transactions from './transactions';
export type { Webhook } from './webhooks';