pub(crate) type StringOrLongSequence = StringOrLongSequence;
pub(crate) enum StringOrLongSequence { String(DOMString), LongSequence(Vec<i32>), }