UserSelectMenuKitPredicate
UserSelectMenuKitPredicate
Type for the predicate function that filters user select menu interactions. It receives a UserSelectMenuInteraction and returns a boolean or a Promise that resolves to a boolean.
Signature
type UserSelectMenuKitPredicate = SelectMenuKitPredicate<UserSelectMenuInteraction>