core.fhircasteventcontextkey
Home > @medplum/core > FhircastEventContextKey
FhircastEventContextKey type
Signature:
export type FhircastEventContextKey<EventName extends FhircastEventName = FhircastEventName> = keyof FhircastEventContextMap<EventName>;
References: FhircastEventName, FhircastEventContextMap