import type * as Square from "../index"; export interface DisputeEvidenceAddedEventObject { /** The dispute object. */ object?: Square.Dispute; }