export type Media = { alt: string; source: string; thumbnails: { srcLg?: string; }; };