TypeAlias.TimeSeriesDataPoint
type TimeSeriesDataPoint = z.infer<typeof timeSeriesDataPointSchema>;
Time series data point for tracking product sheet creation trends over time.
Used in dashboard charts to visualize creation activity.
type TimeSeriesDataPoint = z.infer<typeof timeSeriesDataPointSchema>;
Time series data point for tracking product sheet creation trends over time.
Used in dashboard charts to visualize creation activity.