import type * as Square from "../index"; export interface TerminalCheckoutUpdatedEventData { /** Name of the updated object’s type, `"checkout"`. */ type?: string | null; /** ID of the updated terminal checkout. */ id?: string; /** An object containing the updated terminal checkout */ object?: Square.TerminalCheckoutUpdatedEventObject; }