core.typedvaluewithpath | Medplum

TypedValueWithPath type [​](/content/docs/sdk/core.typedvaluewithpath#typedvaluewithpath-type "Direct link to TypedValueWithPath type"/index.html)

Signature:

export type TypedValueWithPath = TypedValue & {

path: string;

};

References: TypedValue