ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface MonthData {
        month: number;
        monthName: string;
        clients: ClientData[];
        totals: { purchasesA1: number; forecastCost: number };
    }
    Index

    Properties

    month: number
    monthName: string
    clients: ClientData[]
    totals: { purchasesA1: number; forecastCost: number }