Skip to content

Type Alias: FinanceProjectAdjustmentInput

type FinanceProjectAdjustmentInput = Pick<ProjectAdjustment, "amount" | "is_already_included" | "single_cashflow_id">;

Defined in: shared/src/helper/financeHelper/calculateFinanceProjectValues.ts:7

Minimal input types for finance project value calculations. Use these when you have project data from any source (DB, API, etc.).