import type * as Square from "../index"; export interface CardDisabledEventData { /** The type of the event data object. The value is `"card"`. */ type?: string | null; /** The ID of the event data object. */ id?: string; /** An object containing the disabled card. */ object?: Square.CardDisabledEventObject; }