featherbit UI
    Preparing search index...

    Interface SessionPage

    One page of session metadata.

    Mirrors src/sessions/mod.rs::SessionPage (cursor = Redis SCAN cursor).

    interface SessionPage {
        next_cursor: string | null;
        sessions: SessionMeta[];
    }
    Index
    next_cursor: string | null

    Opaque cursor for the next page; null when exhausted.

    sessions: SessionMeta[]

    The page's sessions.