## FhircastSubscriptionEventMap type

**Signature:**

```typescript
export type FhircastSubscriptionEventMap = {

connect: FhircastConnectEvent;

message: FhircastMessageEvent;

disconnect: FhircastDisconnectEvent;

};
```

**References:** [FhircastConnectEvent](/content/docs/sdk/core.fhircastconnectevent), [FhircastMessageEvent](/content/docs/sdk/core.fhircastmessageevent), [FhircastDisconnectEvent](/content/docs/sdk/core.fhircastdisconnectevent)

- [FhircastSubscriptionEventMap type](/content/docs/sdk/core.fhircastsubscriptioneventmap#fhircastsubscriptioneventmap-type/index.html)
