ChatParticipantListSelector type
Selector type for ParticipantList component.
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }