UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 290 B
import type { Scope } from '@n8n/permissions'; export declare const GlobalScope: (scope: Scope | Scope[]) => (target: Function | object, handlerName?: string) => void; export declare const ProjectScope: (scope: Scope | Scope[]) => (target: Function | object, handlerName?: string) => void;