From 14c1dd16fe740802cf772e9818284e4b89b59b14 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 26 Aug 2015 17:54:35 -0700 Subject: [PATCH] Add 'enclosure' property to 'podcast'. --- podcast/podcast.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/podcast/podcast.d.ts b/podcast/podcast.d.ts index cfe4766ad..c4e280d2d 100644 --- a/podcast/podcast.d.ts +++ b/podcast/podcast.d.ts @@ -64,6 +64,12 @@ interface IItemOptions date: Date; lat?: number; long?: number; + enclosure?: { + url: string; + file?: string; + size?: number; + mime?: string; + } itunesAuthor?: string; itunesExplicit?: boolean; itunesSubtitle?: string;