Skip to main content

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

NameType
countnumber
datestring