NotificationStackSelector type
Bildirim bileşeni için seçici türü.
type NotificationStackSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
activeErrorMessages: ActiveNotification[]
activeNotifications: ActiveNotification[]
}