Interface SanityProjectMemberInternal

interface SanityProjectMember {
    id: string;
    isCurrentUser: boolean;
    isRobot: boolean;
    role: string;
}

Properties

id: string
isCurrentUser: boolean
isRobot: boolean
role: string