core.typedvaluewithpath
Home > @medplum/core > TypedValueWithPath
TypedValueWithPath type
Signature:
export type TypedValueWithPath = TypedValue & {
path: string;
};
References: TypedValue
Home > @medplum/core > TypedValueWithPath
Signature:
export type TypedValueWithPath = TypedValue & {
path: string;
};
References: TypedValue