Interface RawEmbedImage

interface RawEmbedImage {
    height?: number;
    proxy_url?: string;
    url: string;
    width?: number;
}

Hierarchy (view full)

Properties

height?: number
proxy_url?: string
url: string
width?: number