⚠️ Internal: This API is not publically exported by the package.
      interface AddressInfo {
          address: string;
          family: string;
          port: number;
      }

      Properties

      Properties

      address: string
      family: string
      port: number