Type Alias StringOrBoolean

Source
pub(crate) type StringOrBoolean = StringOrBoolean;

Aliased Type§

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

Variants§

§

String(DOMString)

§

Boolean(bool)