Type alias GetSessionsResponseType

GetSessionsResponseType: {
    ip: string;
    path: {
        Hops: number;
    };
    port: number;
    protocol: "udp" | "tcp";
    target: string;
}[]

Type declaration

  • ip: string
  • path: {
        Hops: number;
    }
    • Hops: number
  • port: number
  • protocol: "udp" | "tcp"
  • target: string