UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 238 B
import type { GlobalConfig } from '@n8n/config'; export declare function resolveBackendHealthEndpointPath(globalConfig: GlobalConfig): string; export declare function resolveFrontendHealthEndpointPath(globalConfig: GlobalConfig): string;