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