Sanity Library Reference Docs
    Preparing search index...
    interface UserResult {
        data: SanityUser | undefined;
        isPending: boolean;
    }
    Index

    Properties

    Properties

    data: SanityUser | undefined

    The user data fetched, or undefined if not found.

    isPending: boolean

    Whether a user request is currently in progress