NotificationStackSelector type
Selector type for Notification component.
type NotificationStackSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
activeErrorMessages: ActiveNotification[]
activeNotifications: ActiveNotification[]
}