interface APIBaseAutoPopulatedSelectMenuComponent

external
export interface APIBaseAutoPopulatedSelectMenuComponent<T extends ComponentType.ChannelSelect | ComponentType.MentionableSelect | ComponentType.RoleSelect | ComponentType.UserSelect, D extends SelectMenuDefaultValueType> extends APIBaseSelectMenuComponent<T>

See also: https://discord.com/developers/docs/components/reference

optionalexternal
default_values? : APISelectMenuDefaultValue<D>[]

List of default values for auto-populated select menu components