export interface NextDataEpisode {
    __typename: 'Episode';
    id: string;
    title: string;
    publishedAt: string;
}
