export interface IImageMainInfo { imageUrl: string; image_width: number; image_height: number; }