interface AnalyticsCustomerTimeSeriesPoint {
    day: string;
    count: number;
}

Properties

Properties

day: string
count: number