Files
n8n-mcp/dist/mcp/tool-docs/index.d.ts
2025-12-05 12:01:31 +01:00

4 lines
206 B
TypeScript

import { ToolDocumentation } from './types';
export declare const toolsDocumentation: Record<string, ToolDocumentation>;
export type { ToolDocumentation } from './types';
//# sourceMappingURL=index.d.ts.map