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