type ResolvedChannelOf<Type extends ChannelType> = APIInteractionDataResolvedChannelBase<Type> &
(Type extends ThreadChannelType
? Pick<APIThreadChannel, "parent_id" | "thread_metadata">
: unknown);type ResolvedChannelOf<Type extends ChannelType> = APIInteractionDataResolvedChannelBase<Type> &
(Type extends ThreadChannelType
? Pick<APIThreadChannel, "parent_id" | "thread_metadata">
: unknown);Type
Type extends ChannelTypeType extends ChannelType