Type alias MonthlyInvoiceStats

MonthlyInvoiceStats: {
    month: string;
    raised: number;
    sent: number;
}

Type declaration

  • month: string

    The month and year in YYYY-MM format for which the invoice statistics are calculated

  • raised: number

    Number of invoices created/raised during this month

  • sent: number

    Number of invoices that were sent to clients during this month