UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 274 B
export declare class InsightsConfig { compactionIntervalMinutes: number; compactionBatchSize: number; compactionHourlyToDailyThresholdDays: number; compactionDailyToWeeklyThresholdDays: number; flushBatchSize: number; flushIntervalSeconds: number; }