export interface Video { thumbnail: string; title: string; description: string; id: string; }