Sanity App SDK
    Preparing search index...
    interface UserResult {
        data: undefined | SanityUser;
        isPending: boolean;
    }
    Index

    Properties

    Properties

    data: undefined | SanityUser

    The user data fetched, or undefined if not found.

    isPending: boolean

    Whether a user request is currently in progress