#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_RTC_RTP_TRANSCEIVER_DIRECTION_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_RTC_RTP_TRANSCEIVER_DIRECTION_H_
#include <optional>
#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/bindings/enumeration_base.h"
namespace blink {
class ExceptionState;
class MODULES_EXPORT V8RTCRtpTransceiverDirection final : public bindings::EnumerationBase { … };
inline bool operator==(const V8RTCRtpTransceiverDirection& lhs, V8RTCRtpTransceiverDirection::Enum rhs) { … }
inline bool operator==(V8RTCRtpTransceiverDirection::Enum lhs, const V8RTCRtpTransceiverDirection& rhs) { … }
}
#endif