pub(crate) type BluetoothDescriptorUUID = StringOrUnsignedLong;
pub(crate) enum BluetoothDescriptorUUID { String(DOMString), UnsignedLong(u32), }