Interface ServerInfo

interface ServerInfo {
    ip: string;
    port: number;
}

Properties

Properties

ip: string
port: number