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 element
image?: HTMLImageElement
URL to image.
image?: String
Image as file from element
image?: File