5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
import type { AutomationResultDTO } from './AutomationResultDTO';
|
|
|
|
export interface ClickResultDTO extends AutomationResultDTO {
|
|
target: string;
|
|
} |