export interface IGuideItem { id: number; title: string; description: string; youtube_id: string; }