@nestia/sdk
Version:
Nestia SDK and Swagger generator
11 lines (10 loc) • 465 B
TypeScript
import { IReflectController } from "../structures/IReflectController";
import { IReflectWebSocketOperation } from "../structures/IReflectWebSocketOperation";
import { ITypedWebSocketRoute } from "../structures/ITypedWebSocketRoute";
export declare namespace TypedWebSocketRouteAnalyzer {
const analyze: (props: {
controller: IReflectController;
operation: IReflectWebSocketOperation;
paths: string[];
}) => ITypedWebSocketRoute[];
}