ChatParticipantListSelector type
Tipo de seletor para onRenderParticipantList componente.
type ChatParticipantListSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { myUserId: string, participants: ParticipantListParticipant[] }