pub(crate) type StringOrBoolean = StringOrBoolean;
pub(crate) enum StringOrBoolean { String(DOMString), Boolean(bool), }