/** * This is auto-generated file, don't modify this file manually */ import { PodcastCover } from './PodcastCover'; export interface PodcastExternalData { /** * Url of the podcast page */ url?: string; /** * Url of the podcasts owner community */ owner_url?: string; /** * Podcast title */ title?: string; /** * Name of the podcasts owner community */ owner_name?: string; /** * Podcast cover */ cover?: PodcastCover; }