Partager via


ChatParticipantListSelector type

Type de sélecteur pour composant participantList.

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