UNPKG

soundtouch-api

Version:
9 lines (8 loc) 206 B
export interface PlayInfo { readonly appKey: string; readonly url: string; readonly service: string; readonly reason?: string; readonly message?: string; readonly volume?: number; }