Image, yay, this is the image, but, why this is here? I don't know, but, it's here

interface Image {
    image: string;
    name: undefined | string;
    proxy_url?: string;
    url: undefined | string;
}

Properties

image: string
name: undefined | string
proxy_url?: string
url: undefined | string

Generated using TypeDoc