import type * as Square from "../index"; /** * Defines the fields in a `DeleteDisputeEvidence` response. */ export interface DeleteDisputeEvidenceResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; }