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