chromium/chromeos/ash/services/nearby/public/mojom/tcp_server_socket_port.mojom

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module sharing.mojom;

// See //chromeos/ash/services/nearby/public/cpp/tcp_server_socket_port.h.
struct TcpServerSocketPort {
  uint16 port;
};