@nestjsvn/swagger-sse
Version:
OpenAPI documentation and interactive Swagger UI for NestJS Server-Sent Events endpoints
10 lines (9 loc) • 352 B
TypeScript
/**
* UI module exports
*
* This module provides Swagger UI integration for SSE endpoints,
* including the plugin setup and interactive streaming interface.
*/
export { SwaggerSsePlugin, createSseConnection } from './plugin';
export { setupSsePlugin } from './setup';
export type { SseConnection, SseEvent, SseConnectionOptions } from './plugin';