UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 201 B
import type { Scope } from '@n8n/permissions'; export declare const GLOBAL_OWNER_SCOPES: Scope[]; export declare const GLOBAL_ADMIN_SCOPES: Scope[]; export declare const GLOBAL_MEMBER_SCOPES: Scope[];