WeekRollup
type WeekRollup = {
fromDate: string;
toDate: string;
totalCount: number;
};
Weekly rollup of activity data.
Type Declaration
| Name | Type |
|---|---|
fromDate | string |
toDate | string |
totalCount | number |
type WeekRollup = {
fromDate: string;
toDate: string;
totalCount: number;
};
Weekly rollup of activity data.
| Name | Type |
|---|---|
fromDate | string |
toDate | string |
totalCount | number |