export interface IterationCostRollupDto { readonly iterationId: string; readonly estimatedCostMinorByCurrency: Readonly>; readonly estimatedCostCurrencyScaleByCurrency: Readonly>; }