import type * as Square from "../index"; export interface GetDeviceResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; /** The requested `Device`. */ device?: Square.Device; }