core.fhircastmessageevent
Home > @medplum/core > FhircastMessageEvent
FhircastMessageEvent type
Signature:
export type FhircastMessageEvent = {
type: 'message';
payload: FhircastMessagePayload;
};
References: FhircastMessagePayload
Home > @medplum/core > FhircastMessageEvent
Signature:
export type FhircastMessageEvent = {
type: 'message';
payload: FhircastMessagePayload;
};
References: FhircastMessagePayload