UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 235 B
import type { ModuleInterface } from '@n8n/decorators'; export declare class WorkflowBuilderModule implements ModuleInterface { entities(): Promise<typeof import("./workflow-builder-session.entity.js").WorkflowBuilderSession[]>; }