UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 180 B
import type { InstanceType } from 'n8n-core'; export declare function generateNanoId(): string; export declare function generateHostInstanceId(instanceType: InstanceType): string;