Sanity App SDK
    Preparing search index...
    interface UsersResult {
        data: SanityUser[];
        hasMore: boolean;
        isPending: boolean;
        loadMore: () => void;
    }
    Index

    Properties

    data: SanityUser[]

    The users fetched.

    hasMore: boolean

    Whether there are more users to fetch.

    isPending: boolean

    Whether a users request is currently in progress

    loadMore: () => void

    Load more users.