NotificationStackSelector type
Väljartyp för meddelandekomponenten .
type NotificationStackSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
activeErrorMessages: ActiveNotification[]
activeNotifications: ActiveNotification[]
}