core.fhircasthubcontentcontext
Home > @medplum/core > FhircastHubContentContext
FhircastHubContentContext type
Signature:
export type FhircastHubContentContext = {
key: 'content';
resource: Bundle;
};
Home > @medplum/core > FhircastHubContentContext
Signature:
export type FhircastHubContentContext = {
key: 'content';
resource: Bundle;
};