interface Netstat {
    Entries: sliverpb.SockTabEntry[];
    Response?: commonpb.Response;
}

Properties

Properties

Response?: commonpb.Response