Interface PodcastsSearchPodcastResponse

interface PodcastsSearchPodcastResponse {
    podcasts: PodcastExternalData[];
    results_total: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

results_total: number

Total amount of found results

Generated using TypeDoc