UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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;