Time range options for filtering and analyzing statistics.
export type TimeRange = "7d" | "30d" | "90d" | "all"; Copy
export type TimeRange = "7d" | "30d" | "90d" | "all";
Time range options for filtering and analyzing statistics.