import type * as Square from "../index"; /** * Defines the fields in an `AcceptDispute` response. */ export interface AcceptDisputeResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; /** Details about the accepted dispute. */ dispute?: Square.Dispute; }