interface IOpts {
    localStorage?: Storage;
}

Hierarchy (view full)

Properties

Properties

localStorage?: Storage

The local storage instance to persist some forms of data such as tokens. Rooms will NOT be stored.