export interface AutomationResultDTO { success: boolean; error?: string; metadata?: Record; }