export interface RemoteState {
  streamable: Streamable | null
  volume: number
}
