Construct a type with the properties of T except for those in type K.

interface EmbedAssetData {
    height?: number;
    proxyURL?: string;
    url: string;
    width?: number;
}

Hierarchy (View Summary)

Properties

height?: number

Height of image

proxyURL?: string
url: string

Source url of image (only supports http(s) and attachments)

width?: number

Width of image