Skip to content

Commit

Permalink
fix(gatsby-plugin-google-analytics): Value typing (#20554)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-kee authored and LekoArts committed Jan 13, 2020
1 parent 46e8814 commit b6031bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface CustomEventArgs {
category: string
action: string
label?: string
value?: string
value?: number
nonInteraction?: boolean
transport?: "beacon" | "xhr" | "image"
hitCallback?: Function
Expand Down

0 comments on commit b6031bb

Please sign in to comment.