core.fhircasteventcontextdetails
Home > @medplum/core > FhircastEventContextDetails
FhircastEventContextDetails type
Signature:
export type FhircastEventContextDetails = {
    resourceType: FhircastResourceType | '*';
    optional?: boolean;
    manyAllowed?: boolean;
    isArray?: boolean;
};
References: FhircastResourceType