mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix error 'Index signature of object type implicitly has an 'any' type.'
This commit is contained in:
@@ -14,7 +14,7 @@ fbq('track', 'Purchase', purchaseParam);
|
||||
|
||||
// Custom event (can only be used for audience building)
|
||||
|
||||
var custom_params:any = {custom_param: 'custom_value'};
|
||||
var custom_params = {custom_param: 'custom_value'};
|
||||
fbq('trackCustom', 'MyCustomEvent', custom_params);
|
||||
|
||||
// Reach customers that viewed a product in the 'Shoes' category
|
||||
|
||||
Reference in New Issue
Block a user