Files
tauri-video03/frontend/ts/bindings/PeerInfo.ts
2026-04-01 11:50:32 +02:00

4 lines
177 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type PeerInfo = { peer_id: string, display_name: string, };