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