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