mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Make property params non-options (whoops)
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@ declare module Calq
|
||||
trackPageView(action?:string):void;
|
||||
|
||||
setGlobalProperty(name:string, value:any):void;
|
||||
setGlobalProperty(params?: {[index:string]: any}):void;
|
||||
setGlobalProperty(params: {[index:string]: any}):void;
|
||||
}
|
||||
|
||||
interface User
|
||||
|
||||
Reference in New Issue
Block a user