Sanity Library Reference Docs
    Preparing search index...

    Interface CurrentSanityUser

    interface CurrentSanityUser {
        id: string;
        name: string;
        email: string;
        profileImage: string | null;
        role: string;
        provider: string;
    }
    Index

    Properties

    id: string
    name: string
    email: string
    profileImage: string | null
    role: string
    provider: string