type TargetMemberFor<
Kind extends ContextMenuKind,
Cache extends CacheType
> = Kind extends ApplicationCommandType.User
? | CacheTypeReducer<Cache, GuildMember, APIInteractionGuildMember>
| null
: never;Kind
Kind extends ContextMenuKindCache
Cache extends CacheType