AgentInsightJsonValue type

Um valor JSON usado em payloads do Agent Insights.

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