mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-21 01:09:17 +08:00
10 lines
164 B
Go
10 lines
164 B
Go
export interface ReqTerminal {
|
|
name: string;
|
|
ip: string;
|
|
port: number;
|
|
user: string;
|
|
authType: string;
|
|
password: string;
|
|
key: string;
|
|
}
|