Sanity App SDK
    Preparing search index...

    Interface ProjectWithoutMembers

    use the Project type directly.

    interface ProjectWithoutMembers {
        activityFeedEnabled: boolean;
        createdAt: string;
        displayName: string;
        features: string[];
        id: string;
        isBlocked: boolean;
        isDisabled: boolean;
        isDisabledByUser: boolean;
        members: ProjectMember[];
        metadata: ProjectMetadata;
        organizationId: string;
        studioHost: string | null;
        updatedAt: string;
    }
    Index

    Properties

    activityFeedEnabled: boolean
    createdAt: string
    displayName: string
    features: string[]
    id: string
    isBlocked: boolean
    isDisabled: boolean
    isDisabledByUser: boolean
    members: ProjectMember[]
    metadata: ProjectMetadata
    organizationId: string
    studioHost: string | null
    updatedAt: string