import type * as Square from "../index"; export interface DeviceCodePairedEventObject { /** The created terminal checkout */ deviceCode?: Square.DeviceCode; }