export interface IArchiveItem { id: number; title: string; youtube_id: string; }