pub(crate) type UnrestrictedDoubleOrString = UnrestrictedDoubleOrString;
pub(crate) enum UnrestrictedDoubleOrString { UnrestrictedDouble(f64), String(DOMString), }