AgentInsightJsonValue type

JSON hodnota používaná v payloadech Agent Insights.

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