Sanity Library Reference Docs
    Preparing search index...

    Interface ProjectMember

    interface ProjectMember {
        createdAt: string;
        id: string;
        isCurrentUser: boolean;
        isRobot: boolean;
        roles: ProjectMemberRole[];
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string
    id: string
    isCurrentUser: boolean
    isRobot: boolean
    updatedAt: string