OnMentionableSelectMenuKitSubmit
OnMentionableSelectMenuKitSubmit
Type for the handler function that is called when the mentionable select menu is submitted.
Signature
type OnMentionableSelectMenuKitSubmit = OnSelectMenuKitSubmit<
  MentionableSelectMenuInteraction,
  MentionableSelectMenuKit
>