Type alias MonthlyRevenue

MonthlyRevenue: {
    month: string;
    revenue: number;
}

Type declaration

  • month: string

    The month and year in YYYY-MM format for which the revenue is calculated

  • revenue: number

    Total revenue generated during this month in the default currency