From T, pick a set of properties whose keys are in the union K

interface WebhookClientOptions {
    allowedMentions?: MessageMentionOptions;
    rest?: Partial<RESTOptions>;
}

Hierarchy (View Summary)

Properties

allowedMentions?: MessageMentionOptions