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