core.fhircasthubcontentcontext | Medplum

FhircastHubContentContext type

Signature:

export type FhircastHubContentContext = {  
    key: 'content';  
    resource: Bundle;  
};