core.agentstatvalue
Home > @medplum/core > AgentStatValue
AgentStatValue type
Signature:
export type AgentStatValue = AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue | Record<string, AgentStatPrimitiveValue>>>;
References: AgentStatPrimitiveValue