1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-01 14:38:07 +08:00

10 lines
164 B
Go

export interface ReqTerminal {
name: string;
ip: string;
port: number;
user: string;
authType: string;
password: string;
key: string;
}