NotificationStackSelector type
Tipo de selector para el componente Notificación .
type NotificationStackSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
activeErrorMessages: ActiveNotification[]
activeNotifications: ActiveNotification[]
}