export type ImageWithThumbnailType = { thumbnail: string; origin: string; };