fix(pinterest): fix PinterestPin interface

This commit is contained in:
Ibby 2017-01-29 06:49:28 -05:00
parent 3abe0bb97d
commit a03afcf0fa

View File

@ -118,7 +118,7 @@ export interface PinterestPin {
/**
* The Pins image. The default response returns the images URL, width and height.
*/
image?; any;
image?: any;
/**
* Extra information about the Pin for Rich Pins. Includes the Pin type (e.g., article, recipe) and related information (e.g., ingredients, author).
*/