import type * as Square from "../index"; export interface TerminalCheckoutUpdatedEventObject { /** The updated terminal checkout */ checkout?: Square.TerminalCheckout; }