UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

9 lines (8 loc) 387 B
import { ITypedHttpRoute } from "../structures/ITypedHttpRoute"; import { ITypedMcpRoute } from "../structures/ITypedMcpRoute"; import { ITypedWebSocketRoute } from "../structures/ITypedWebSocketRoute"; type AnyRoute = ITypedHttpRoute | ITypedWebSocketRoute | ITypedMcpRoute; export declare namespace AccessorAnalyzer { const analyze: (routes: Array<AnyRoute>) => void; } export {};