mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-09 00:28:00 -06:00
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
|
export struct UITcpListener {
|
||
|
|
enabled: bool,
|
||
|
|
name: string,
|
||
|
|
remote_host: string,
|
||
|
|
port: int,
|
||
|
|
}
|