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