From a03afcf0fa65210eba3781be716af43fe974aa74 Mon Sep 17 00:00:00 2001 From: Ibby Date: Sun, 29 Jan 2017 06:49:28 -0500 Subject: [PATCH] fix(pinterest): fix PinterestPin interface --- src/plugins/pinterest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pinterest.ts b/src/plugins/pinterest.ts index 2e54a234..dc667c7f 100644 --- a/src/plugins/pinterest.ts +++ b/src/plugins/pinterest.ts @@ -118,7 +118,7 @@ export interface PinterestPin { /** * 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). */