AgentInsightJsonValue type

Agent Insightsのペイロードで使われるJSON値です。

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