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

interface EmbedAuthorData {
    iconURL?: string;
    name: string;
    proxyIconURL?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

iconURL?: string
name: string

Name of author

Length limit: 256 characters

proxyIconURL?: string
url?: string

URL of author