core.fhircastmessageevent | Medplum

FhircastMessageEvent type

Signature:

export type FhircastMessageEvent = {

type: 'message';

payload: FhircastMessagePayload;

};

References: FhircastMessagePayload