// Image Resource // Specification: https://w3c.github.io/image-resource/ // Repository: https://github.com/w3c/image-resource interface ImageResource { src: string; sizes?: string; type?: string; label?: string; }