diff --git a/src/app/api/financialsummary/actions.ts b/src/app/api/financialsummary/actions.ts index f90e0e9..41ee815 100644 --- a/src/app/api/financialsummary/actions.ts +++ b/src/app/api/financialsummary/actions.ts @@ -88,6 +88,7 @@ export interface FinancialSummaryByClientExcel { totalFee: number; totalBudget: number; cumulativeExpenditure: number; + projectExpense: number; totalInvoiced: number; totalReceived: number; }