mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
hitType: string, // 'event'
This commit is contained in:
Vendored
+1
-1
@@ -56,7 +56,7 @@ declare module UniversalAnalytics {
|
||||
eventValue?: number,
|
||||
nonInteraction?: boolean}): void;
|
||||
(command: 'send', fieldsObject: {
|
||||
hitType: 'event',
|
||||
hitType: string, // 'event'
|
||||
eventCategory: string,
|
||||
eventAction: string,
|
||||
eventLabel?: string,
|
||||
|
||||
Reference in New Issue
Block a user