core.agentstatvalue | Medplum

AgentStatValue type

Signature:

export type AgentStatValue = AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue>>>;

References: AgentStatPrimitiveValue