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

interface EmbedFooterData {
    iconURL?: string;
    proxyIconURL?: string;
    text: string;
}

Hierarchy (View Summary)

Properties

iconURL?: string
proxyIconURL?: string
text: string

Footer text

Length limit: 2048 characters