CefSolutionProperties type

The external security solution properties for CEF solutions

type CefSolutionProperties = ExternalSecuritySolutionProperties & {
  agent?: string
  hostname?: string
  lastEventReceived?: string
}