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