Sanity Library Reference Docs
    Preparing search index...

    Interface CurrentSanityUser

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

    Properties

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