type Episode = { title: string, link: string, description: string, duration: string, length: number, explicit: boolean, }; export default Episode;