/** @group Interfaces */ export default interface RemoteTrack { /** The URL of the track. */ url: string; /** The MIME type of the track. */ mimeType?: string; }