mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Remove duplicate, set event_category to optional. (#37252)
This commit is contained in:
parent
59e7099918
commit
8af4174447
3
types/gtag.js/index.d.ts
vendored
3
types/gtag.js/index.d.ts
vendored
@ -23,7 +23,6 @@ declare namespace Gtag {
|
||||
}
|
||||
|
||||
type EventNames = 'add_payment_info'
|
||||
| 'add_payment_info'
|
||||
| 'add_to_cart'
|
||||
| 'add_to_wishlist'
|
||||
| 'begin_checkout'
|
||||
@ -67,7 +66,7 @@ declare namespace Gtag {
|
||||
transaction_id?: string;
|
||||
value?: number;
|
||||
event_label?: string;
|
||||
event_category: string;
|
||||
event_category?: string;
|
||||
}
|
||||
|
||||
type Currency = string | number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user