I\'m declaring an interface which will contains image also. What type do i need to give to it.
export interface AdInterface { email: string; mobile:
If your image property contains ...
Image used as <img> element
<img>
image?: HTMLImageElement
URL to image.
image?: String
Image as file from <input> element
<input>
image?: File