mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fix error 'Index signature of object type implicitly has an 'any' type.'
This commit is contained in:
@@ -6,7 +6,6 @@ fbq('track', 'PageView');
|
||||
// Standard event (can be used for conversion tracking
|
||||
// and optimizing in addition to audience building)
|
||||
var purchaseParam:facebook.Pixel.PurchaseParameters = {currency: 'EUR', value: 15.23};
|
||||
purchaseParam["Test"] = 44; // add custom parameter
|
||||
fbq('track', 'Purchase', purchaseParam);
|
||||
|
||||
// Legacy conversion event (can only be used for conversion
|
||||
|
||||
Reference in New Issue
Block a user