Interface PodcastCover

interface PodcastCover {
    sizes: PhotosPhotoSizes[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

Generated using TypeDoc