Are you an LLM? You can read better optimized documentation at /api/third-parties/sse/types/domain/type-event-stream-context-options.md for this page in Markdown format
EventStreamContextOptions
@tsed/sse
Usage
typescript
import { EventStreamContextOptions } from "@tsed/third-parties/sse/src/domain/EventStreamContext";See /packages/third-parties/sse/src/domain/EventStreamContext.ts.
Overview
ts
type EventStreamContextOptions = {
$ctx: PlatformContext;
} & EventStreamOpts;$ctx
ts
$ctx: PlatformContext;