AgentInsightJsonValue type

Wartość JSON używana w ładunkach Agent Insights.

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