import type * as Square from "../index"; export interface DeviceCreatedEventObject { /** The created device. */ device?: Square.Device; }