NotificationInfo type

An interface representing NotificationInfo. Specifies if a notification is to be sent for the mentions.

type NotificationInfo = {
  alert?: boolean
  alertInMeeting?: boolean
  externalResourceUrl?: string
}