UNPKG

instrumentisto-browser

Version:
7 lines (6 loc) 174 B
import { StreamOptionsServer } from './StreamOptionsServer'; export interface ConnectionOptions { id: string; metadata: string; streams: StreamOptionsServer[]; }