import type { AutomationResultDTO } from './AutomationResultDTO'; export interface FormFillResultDTO extends AutomationResultDTO { fieldName: string; valueSet: string; }