import type { AutomationResultDTO } from './AutomationResultDTO'; export interface NavigationResultDTO extends AutomationResultDTO { url: string; loadTime: number; }