UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 265 B
import type { ModuleInterface } from '@n8n/decorators'; export declare class LogStreamingModule implements ModuleInterface { init(): Promise<void>; entities(): Promise<typeof import("./database/entities/event-destination.entity.js").EventDestinations[]>; }