ChatParticipantListSelector type
Väljaretyp för komponenten ParticipantList.
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }