Skip to main content

WeekRollup

type WeekRollup = {
fromDate: string;
toDate: string;
totalCount: number;
};

Weekly rollup of activity data.

Type Declaration

NameType
fromDatestring
toDatestring
totalCountnumber