Skip to content

Commit

Permalink
Use the correct generated query-api.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJoonas committed Nov 19, 2024
1 parent b91a0ee commit 2e671ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/types/query-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export type Metric =
| "events"
| "percentage"
| "conversion_rate"
| "scroll_depth"
| "group_conversion_rate"
| "time_on_page"
| "total_revenue"
| "average_revenue";
| "average_revenue"
| "scroll_depth";
export type DateRangeShorthand = "30m" | "realtime" | "all" | "day" | "7d" | "30d" | "month" | "6mo" | "12mo" | "year";
/**
* @minItems 2
Expand Down

0 comments on commit 2e671ac

Please sign in to comment.