Interface TrackerOptions

interface TrackerOptions {
    distinctByDays?: number[];
    totalByDay?: boolean;
    unique?: boolean;
}

Properties

distinctByDays?: number[]
totalByDay?: boolean
unique?: boolean