obby-client for TypeScript
    Preparing search index...

    Type Alias WatchList

    Who we are watching, and whether each is online.

    type WatchList = {
        online: CaseFolded[];
        watching: CaseFolded[];
    }
    Index
    online: CaseFolded[]
    watching: CaseFolded[]