UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 191 B
import { type User } from '@n8n/db'; import type { Scope } from '@n8n/permissions'; export declare function assertProjectScope(user: User, projectId: string, scopes: Scope[]): Promise<void>;