UNPKG

@makafeli/n8n-workflow-builder

Version:

Model Context Protocol server for n8n workflow management

13 lines 272 B
export interface N8NWorkflowResponse { id: string; name: string; active: boolean; nodes: any[]; connections: any; createdAt: string; updatedAt: string; } export interface N8NErrorResponse { error: string; } //# sourceMappingURL=api.d.ts.map