mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
4 lines
206 B
TypeScript
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
|