import { type IEventConnect } from "https://deno.land/x/net@v1.0.4/lib/network.ts";
Interface used on event connected callback.
Properties
client: TCPClient
x/net/lib/network.ts>IEventConnect
import { type IEventConnect } from "https://deno.land/x/net@v1.0.4/lib/network.ts";
Interface used on event connected callback.