TypeAlias.TimeSeriesDataPoint
type TimeSeriesDataPoint = {
count: number;
date: string;
};
Time series data point for tracking product sheet creation trends over time.
Used in dashboard charts to visualize creation activity.
Type Declaration
| Name | Type |
|---|---|
count | number |
date | string |