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