import type { AutomationResultDTO } from './AutomationResultDTO'; export interface ClickResultDTO extends AutomationResultDTO { target: string; }