ChatParticipantListSelector type
Selektortyp für die ParticipantList-Komponente .
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string; participants: ParticipantListParticipant[] }