/* THIS FILE IS AUTOGENERATED FROM Serial.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_SERIALBINDINGFWD_H_
#define DOM_SERIALBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningStringOrUnsignedLong;
class StringOrUnsignedLong;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using BluetoothServiceUUID = StringOrUnsignedLong;
using OwningBluetoothServiceUUID = OwningStringOrUnsignedLong;
} // namespace mozilla::dom
namespace mozilla::dom {
struct SerialPortFilter;
struct SerialPortRequestOptions;
class Serial;
} // namespace mozilla::dom
#endif // DOM_SERIALBINDINGFWD_H_