Files
payload-billing/src/collections/index.ts

4 lines
215 B
TypeScript

export { createCustomersCollection } from './customers'
export { createInvoicesCollection } from './invoices'
export { createPaymentsCollection } from './payments'
export { createRefundsCollection } from './refunds'