ChatParticipantListSelector type
Tipo de selector para componente de ParticipantList.
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }