UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

8 lines (7 loc) 216 B
import type { User } from '@n8n/db'; export declare class SourceControlContext { private readonly userInternal; constructor(userInternal: User); get user(): User; hasAccessToAllProjects(): boolean; }