mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
fix(pinterest): fix PinterestPin interface
This commit is contained in:
parent
3abe0bb97d
commit
a03afcf0fa
@ -118,7 +118,7 @@ export interface PinterestPin {
|
|||||||
/**
|
/**
|
||||||
* The Pin’s image. The default response returns the image’s URL, width and height.
|
* The Pin’s image. The default response returns the image’s 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).
|
* Extra information about the Pin for Rich Pins. Includes the Pin type (e.g., article, recipe) and related information (e.g., ingredients, author).
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user