mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add overload to allow both forms of global property setting in calq
This commit is contained in:
Vendored
+3
-1
@@ -19,7 +19,9 @@ declare module Calq
|
||||
trackSale(action:string, params:{[index:string]:any}, currency:string, amount:number):void;
|
||||
trackHTMLLink(action:string, params?:{[index:string]:any}):void;
|
||||
trackPageView(action?:string):void;
|
||||
setGlobalProperty(name:string,value:any):void;
|
||||
|
||||
setGlobalProperty(name:string, value:any):void;
|
||||
setGlobalProperty(params?: {[index:string]: any}):void;
|
||||
}
|
||||
|
||||
interface User
|
||||
|
||||
Reference in New Issue
Block a user