// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { PeerInfo } from "./PeerInfo"; export type RtcSnapshot = { signalling_connected: boolean, server_url: string, display_name: string, my_peer_id: string | null, peers: Array, logs: Array, chat_messages: Array, rtc_messages: Array, rtc_status: string, data_channel_open: boolean, active_remote_peer_id: string | null, };