Interface ClientSocketResponseType

interface ClientSocketResponseType {
    "1": client_socket_command_enum | server_socket_command_enum;
    "2"?: string;
    "3"?: string;
    "4"?: string | Buffer;
    "5"?: number;
}

Properties

Properties

"2"?: string
"3"?: string
"4"?: string | Buffer
"5"?: number