UNPKG

intervention-pages

Version:
15 lines (14 loc) 479 B
import { ModelsBase } from '../../common/models/models.base'; import { PlannedBudget } from '../../common/models/intervention.types'; export declare class BudgetSummary extends ModelsBase { constructor(plannedBudget: PlannedBudget); currency: string; hq_rate: string; prgm_effectiveness: string; total_cso: string; total_unicef: string; total_supply: string; partner_contrib: string; total_cash: string; total_amt: string; }