UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 250 B
import type { AiGatewayAvailability } from '../../services/ai-gateway.service'; import type { N8nConnectCoverage } from './mcp.types'; export declare function toN8nConnectCoverage(availability: AiGatewayAvailability): N8nConnectCoverage | undefined;