n8n
Version:
n8n Workflow Automation Tool
5 lines (4 loc) • 299 B
TypeScript
export declare const WORKFLOW_MCP_TRIGGER_SCOPES: string[];
export declare function trimTrailingSlash(path: string): string;
export declare function trimSlashes(path: string): string;
export declare function resourceUrlToWebhookPath(resourceUrl: string, webhookBaseUrl: string): string | undefined;