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

interface FetchGuildApplicationCommandFetchOptions {
    cache?: boolean;
    force?: boolean;
    locale?: Locale;
    withLocalizations?: boolean;
}

Hierarchy (View Summary)

Properties

cache?: boolean
force?: boolean
locale?: Locale
withLocalizations?: boolean