UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 186 B
import type { Scope } from '@n8n/permissions'; export declare const GlobalScope: (scope: Scope) => MethodDecorator; export declare const ProjectScope: (scope: Scope) => MethodDecorator;