UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

8 lines (7 loc) 315 B
import type { InsightsRequest } from '../../../../public-api/types'; import type { PublicAPIEndpoint } from '../../shared/handler.types'; type InsightsHandlers = { getInsightsSummary: PublicAPIEndpoint<InsightsRequest.GetSummary>; }; declare const insightsHandlers: InsightsHandlers; export = insightsHandlers;