DayActivity
type DayActivity = {
date: string;
totalCount: number;
};
Daily activity count for a specific date.
Type Declaration
| Name | Type |
|---|---|
date | string |
totalCount | number |
type DayActivity = {
date: string;
totalCount: number;
};
Daily activity count for a specific date.
| Name | Type |
|---|---|
date | string |
totalCount | number |