ChatParticipantListSelector type

ParticipantList 구성 요소에 대한 선택기 유형입니다.

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