CostOverview: {
    costByWorkspace: CostByWorkspace[];
    currentMonth: number;
    currentMonthAverage: number;
    currentMonthDaily: DailyCostSummary[];
    lastMonth: number;
    lastThreeMonths: number;
}

Type declaration

  • costByWorkspace: CostByWorkspace[]
  • currentMonth: number

    Costs from the current month.

  • currentMonthAverage: number
  • currentMonthDaily: DailyCostSummary[]
  • lastMonth: number

    Costs from the last month.

  • lastThreeMonths: number

    Costs from the past three months.