Interface LoadBalancer

      interface LoadBalancer {
          next: (() => Node);
      }

      Properties

      Properties

      next: (() => Node)

      Type declaration