SecurityContact type

Contact details for security issues

type SecurityContact = Resource & {
  alertNotifications?: AlertNotifications
  alertsToAdmins?: AlertsToAdmins
  email?: string
  phone?: string
}