Skip to content

EventStreamContextOptions

@tsed/sse

Usage

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

See /packages/third-parties/sse/src/types/domain/EventStreamContext.ts.

Overview

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

$ctx

ts
$ctx: PlatformContext;

Released under the MIT License.