Sanity App SDK
    Preparing search index...

    Interface SanityProjectMember

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

    Properties

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