UNPKG

soundtouch-api

Version:
7 lines (6 loc) 244 B
import { XMLElement } from './utils'; export interface ConnectionStatusInfo { readonly status?: string; readonly deviceName?: string; } export declare function connectionStatusInfoFromElement(element: XMLElement): ConnectionStatusInfo;