UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

11 lines (10 loc) 277 B
export declare class CommunityPackagesConfig { enabled: boolean; registry: string; reinstallMissing: boolean; unverifiedEnabled: boolean; verifiedEnabled: boolean; preventLoading: boolean; authToken: string; readonly aiNodeSdkVersion: number; }