pluggy-sdk
Version:
Official Node.js/TypeScript SDK for the Pluggy API.
17 lines (16 loc) • 453 B
TypeScript
export * from './account';
export * from './auth';
export * from './category';
export * from './common';
export * from './connector';
export * from './consent';
export * from './creditCardBills';
export * from './execution';
export * from './identity';
export * from './investment';
export * from './item';
export * from './loan';
export * from './payments';
export * from './transaction';
export * from './webhook';
export * from './accountStatement';