export interface IImage { name: string; url?: string; description?: string; }