UNPKG

soundtouch-api

Version:
7 lines (6 loc) 213 B
import { XMLElement } from './utils'; export interface Member { readonly deviceId: string; readonly ipAddress: string; } export declare function memberFromElement(element: XMLElement): Member | undefined;