@nestia/sdk
Version:
Nestia SDK and Swagger generator
10 lines (9 loc) • 398 B
TypeScript
import { IReflectController } from "../structures/IReflectController";
import { IReflectMcpOperation } from "../structures/IReflectMcpOperation";
import { ITypedMcpRoute } from "../structures/ITypedMcpRoute";
export declare namespace TypedMcpRouteAnalyzer {
const analyze: (props: {
controller: IReflectController;
operation: IReflectMcpOperation;
}) => ITypedMcpRoute[];
}