## FhircastUpdatesContext type

**Signature:**

```typescript
export type FhircastUpdatesContext = {
    key: 'updates';
    resource: Bundle;
};
```
