---
meta:
 - name: keywords
   description: api typescript node.js documentation EventStreamContextOptions type
---
# EventStreamContextOptions - @tsed/sse

## Usage

```typescript
import { EventStreamContextOptions } from "@tsed/third-parties/sse/src/domain/EventStreamContext";
```

> See [/packages/third-parties/sse/src/domain/EventStreamContext.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/third-parties/sse/src/domain/EventStreamContext.ts#L0-L0).

## Overview

```ts
type EventStreamContextOptions = {
    $ctx: PlatformContext;
} & EventStreamOpts;
```

<!-- Members -->

## $ctx

```ts
$ctx: PlatformContext;
```
