Interface PodcastExternalData

interface PodcastExternalData {
    owner_name: string;
    owner_url: string;
    title: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

owner_name: string

Name of the podcasts owner community

owner_url: string

Url of the podcasts owner community

title: string

Podcast title

url: string

Url of the podcast page

Generated using TypeDoc