@gphone/sdk
    Preparing search index...

    Interface FollowPage

    The two lists behind those counts, paged.

    Here rather than as a bare createPagedStore('getFollowers') inside Blabber, because Blabber is an add-on now: sdk/host/iframe/fetchNui.ts refuses a named NUI action from inside the sandbox, and the generic service route is pinned to the app's own namespace (IframeHostServer's serviceAllowed) — so the only door an add-on has to a shared service is its enumerated facet, which is this module. Public, like the counts: no viewer identity is sent, because these read the same whoever is looking.

    interface FollowPage {
        nextCursor: number | null;
        rows: Account[];
    }
    Index
    nextCursor: number | null
    rows: Account[]