Interface EmbedImageOptions

interface EmbedImageOptions {
    url: string;
}

Hierarchy (view full)

Properties

Properties

url: string