EventStreamOpts
@tsed/sse
Usage
typescript
import { EventStreamOpts } from "@tsed/sse";See /packages/third-parties/sse/src/decorators/eventStream.ts.
Overview
ts
interface EventStreamOpts {
headers?: Record<string, string>;
event?: string;
}headers
ts
headers?: Record<string, string>;event
ts
event?: string;