Sanity App SDK
    Preparing search index...

    Interface ProjectWithoutMembers

    interface ProjectWithoutMembers {
        createdAt: string;
        displayName: string;
        id: string;
        isBlocked: boolean;
        isDisabled: boolean;
        isDisabledByUser: boolean;
        maxRetentionDays?: number;
        metadata: {
            cliInitializedAt?: string;
            color?: string;
            externalStudioHost?: string;
        };
        organizationId: null
        | string;
        pendingInvites?: number;
        studioHost: null | string;
    }
    Index

    Properties

    createdAt: string
    displayName: string
    id: string
    isBlocked: boolean
    isDisabled: boolean
    isDisabledByUser: boolean
    maxRetentionDays?: number
    metadata: {
        cliInitializedAt?: string;
        color?: string;
        externalStudioHost?: string;
    }

    Type declaration

    organizationId: null | string
    pendingInvites?: number
    studioHost: null | string

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