Type Alias: RecurringCashFlow
type RecurringCashFlow = Tables<"recurring_cashflow"> & { bank_account: BankAccount; contact: Contact | null; tags: Tag[];};Defined in: packages/db/src/entities/finance/recurring-cashflow/recurring-cashflow.types.ts:8