CallErrorBarSelector type

Väljaretyp för ErrorBar-komponent .

type CallErrorBarSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => { activeErrorMessages: ActiveErrorMessage[] }