core.fhircastmessagepayload
Home > @medplum/core > FhircastMessagePayload
FhircastMessagePayload type
Signature:
export type FhircastMessagePayload<EventName extends FhircastEventName = FhircastEventName> = {
timestamp: string;
id: string;
event: FhircastEventPayload<EventName>;
};
References: FhircastEventName, FhircastEventPayload