UNPKG

n8n

Version:

n8n Workflow Automation Tool

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>;