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;