export const DEFAULT_SETTINGS = { providers: { todoist: { enabled: false, token: '', lastSync: null, projectIds: null }, ticktick: { enabled: false, token: '', lastSync: null, projectIds: null }, notion: { enabled: false, token: '', lastSync: null, projectIds: null }, }, decayThresholdDays: 14, reviewIntervalDays: 7, maxTasksPerReview: 20, autoArchiveDays: 90, lastReviewDate: null, dismissedTasks: [], archivedTasks: [], };