Type Alias: InsertSingleCashFlow
type InsertSingleCashFlow = TablesInsert<"single_cashflow"> & { bank_account?: BankAccount | null; contact?: Contact | null; tags?: Tag[];};Defined in: packages/db/src/entities/finance/single-cashflow/single-cashflow.types.ts:11