Interface EmbedImageBase

interface EmbedImageBase {
    height?: number;
    width?: number;
}

Hierarchy (view full)

Properties

Properties

height?: number
width?: number