export interface IImages { url: string; width?: number; height?: number; }