UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 236 B
import { TagRepository } from '@n8n/db'; export declare class WorkflowHookContextService { private readonly tagRepository; constructor(tagRepository: TagRepository); getWorkflowTags(workflowId: string): Promise<string[]>; }