import type * as Square from "../index"; export interface CreateDeviceCodeResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The created DeviceCode object containing the device code string. */ deviceCode?: Square.DeviceCode; }