Files
automatisch/packages/backend/src/apps/xero/triggers/index.ts
2023-11-09 11:57:47 +03:00

5 lines
153 B
TypeScript

import newBankTransactions from './new-bank-transactions';
import newPayments from './new-payments';
export default [newBankTransactions, newPayments];