NotificationStackSelector type
Az értesítési összetevő választótípusa.
type NotificationStackSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
activeErrorMessages: ActiveNotification[]
activeNotifications: ActiveNotification[]
}