type EventMember<
Kind extends SelectMenuKind,
Cache extends CacheType,
Key extends SelectKey
> = Key extends keyof SelectMenuInteractionFor<Kind, Cache>
? SelectMenuInteractionFor<Kind, Cache>[Key]
: never;type EventMember<
Kind extends SelectMenuKind,
Cache extends CacheType,
Key extends SelectKey
> = Key extends keyof SelectMenuInteractionFor<Kind, Cache>
? SelectMenuInteractionFor<Kind, Cache>[Key]
: never;