import type * as Extend from "../index"; /** * The result of an external data validation step. */ export interface ExternalDataValidationResult { /** The response from the external validation endpoint. */ response: Extend.ExternalDataValidationResultResponse; }