Skip to content

Commit

Permalink
fix(typings): add non_interaction type to event params interface (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Gabriele <[email protected]>
  • Loading branch information
raminjafary and MatteoGabriele committed May 2, 2021
1 parent 29af176 commit 122b48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue-gtag.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ declare module "vue-gtag" {
value?: number;
event_label?: string;
event_category?: string;
non_interaction?: boolean
}

type Currency = string | number;
Expand Down

0 comments on commit 122b48a

Please sign in to comment.