Sanity App SDK
    Preparing search index...

    Interface SanityUser

    interface SanityUser {
        memberships: Membership[];
        profile: UserProfile;
        sanityUserId: string;
    }
    Index

    Properties

    memberships: Membership[]
    profile: UserProfile
    sanityUserId: string