Files

6 lines
94 B
Plaintext
Raw Permalink Normal View History

2025-06-05 16:02:28 -06:00
export struct UITcpListener {
enabled: bool,
name: string,
remote_host: string,
}