import type * as Square from "../index"; export interface DisputeEvidenceDeletedEventData { /** Name of the affected dispute's type. */ type?: string | null; /** ID of the affected dispute. */ id?: string; /** An object containing fields and values relevant to the event. */ object?: Square.DisputeEvidenceDeletedEventObject; }