UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 300 B
import { FrontendService } from '../services/frontend.service'; export declare class ModuleSettingsController { private readonly frontendService; constructor(frontendService: FrontendService); getModuleSettings(): { [k: string]: import("@n8n/decorators").ModuleSettings; }; }