Type Alias: RecurringCashflowCategorizedChanges
type RecurringCashflowCategorizedChanges = { affectsSingles: RecurringCashflowFieldChange[]; alwaysAll: RecurringCashflowFieldChange[]; templateOnly: RecurringCashflowFieldChange[];};Defined in: packages/db/src/entities/finance/recurring-cashflow/recurring-cashflow.types.ts:64
Properties
Section titled “Properties”affectsSingles
Section titled “affectsSingles”affectsSingles: RecurringCashflowFieldChange[];Defined in: packages/db/src/entities/finance/recurring-cashflow/recurring-cashflow.types.ts:66
alwaysAll
Section titled “alwaysAll”alwaysAll: RecurringCashflowFieldChange[];Defined in: packages/db/src/entities/finance/recurring-cashflow/recurring-cashflow.types.ts:67
templateOnly
Section titled “templateOnly”templateOnly: RecurringCashflowFieldChange[];Defined in: packages/db/src/entities/finance/recurring-cashflow/recurring-cashflow.types.ts:65