Type Alias IDBIndexParameters

Source
pub(crate) type IDBIndexParameters = IDBIndexParameters;

Aliased Type§

pub(crate) struct IDBIndexParameters {
    pub multiEntry: bool,
    pub unique: bool,
}

Fields§

§multiEntry: bool§unique: bool