DiscoveredSecuritySolution type

type DiscoveredSecuritySolution = Resource &
  Location_2 & {
    offer: string
    publisher: string
    securityFamily: SecurityFamily
    sku: string
  }