AgentInsightJsonValue type

A JSON value used in Agent Insights payloads.

type AgentInsightJsonValue =
  | string
  | number
  | boolean
  | null
  | AgentInsightJsonObject
  | AgentInsightJsonValue[]