mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add 'enclosure' property to 'podcast'.
This commit is contained in:
Vendored
+6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user