Sanity Library Reference Docs
    Preparing search index...

    Interface ProjectDataBeta

    interface ProjectData {
        activityFeedEnabled: boolean;
        createdAt: string;
        displayName: string;
        features: string[];
        id: string;
        isBlocked: boolean;
        isDisabled: boolean;
        isDisabledByUser: boolean;
        maxRetentionDays: number;
        members: {
            createdAt: string;
            id: string;
            isCurrentUser: boolean;
            isRobot: boolean;
            role: string;
            roles: Role[];
            updatedAt: string;
        }[];
        metadata: { color: string; externalStudioHost: string };
        organizationId: string;
        pendingInvites: number;
        studioHost: string;
        updatedAt: string;
    }
    Index

    Properties

    activityFeedEnabled: boolean
    createdAt: string
    displayName: string
    features: string[]
    id: string
    isBlocked: boolean
    isDisabled: boolean
    isDisabledByUser: boolean
    maxRetentionDays: number
    members: {
        createdAt: string;
        id: string;
        isCurrentUser: boolean;
        isRobot: boolean;
        role: string;
        roles: Role[];
        updatedAt: string;
    }[]
    metadata: { color: string; externalStudioHost: string }

    Type declaration

    organizationId: string
    pendingInvites: number
    studioHost: string

    Use the /user-applications endpoint instead, which lists all deployed studios/applications

    updatedAt: string