export interface IImage { type?: string; obj?: HTMLImageElement; error: boolean; }