UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 274 B
import type { Scope } from '@n8n/permissions'; export declare const REGULAR_PROJECT_ADMIN_SCOPES: Scope[]; export declare const PERSONAL_PROJECT_OWNER_SCOPES: Scope[]; export declare const PROJECT_EDITOR_SCOPES: Scope[]; export declare const PROJECT_VIEWER_SCOPES: Scope[];