Interface CurrentSanityUserInternal

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

Properties

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