export interface Image { src: string; thumbnail?: string; }