mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
removed redundant declaration
This commit is contained in:
Vendored
-1
@@ -71,7 +71,6 @@ declare module UniversalAnalytics {
|
||||
timingCategory: string, timingVar: string, timingValue: number): void;
|
||||
(command: 'send', hitType: 'timing',
|
||||
fieldsObject: {timingCategory: string, timingVar: string, timingValue: number}): void;
|
||||
(command: 'send', hitType: HitType, ...fields: any[], fieldsObject?: {}): void;
|
||||
(command: 'send', fieldsObject: {}): void;
|
||||
(command: string, hitType: HitType, ...fields: any[]): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user