AgentInsightJsonValue type

Un valor JSON utilizado en las cargas útiles de Agent Insights.

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