//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
#pragma warning disable CA1040
namespace MediaBrowser.Controller.Net.WebSocketMessages;
///
/// Interface representing that the websocket message is outbound.
///
public interface IOutboundWebSocketMessage
{
}