UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 324 B
import type { Role } from '@n8n/db'; export declare function assertRoleCompatibleWithMappingType(role: Role, type: 'instance' | 'project'): void; export declare function assertAndNormalizeProjectIdsForRuleType(type: 'instance' | 'project', explicitProjectIds: string[] | undefined, fallbackWhenOmitted: string[]): string[];