SendBoxSelector type

Väljaretyp för SendBox-komponent .

type SendBoxSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { displayName: string; userId: string }