Partilhar via


ChatParticipantListSelector type

Tipo de seletor para componente ParticipantList.

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