Sanity Library Reference Docs
    Preparing search index...

    Interface ProjectBase

    The base fields returned from /projects for every project.

    interface ProjectBase {
        activityFeedEnabled: boolean;
        createdAt: string;
        displayName: string;
        id: string;
        isBlocked: boolean;
        isDisabled: boolean;
        isDisabledByUser: boolean;
        metadata: ProjectMetadata;
        organizationId: string;
        studioHost: string | null;
        updatedAt: string;
    }
    Index

    Properties

    activityFeedEnabled: boolean
    createdAt: string
    displayName: string
    id: string
    isBlocked: boolean
    isDisabled: boolean
    isDisabledByUser: boolean
    metadata: ProjectMetadata
    organizationId: string
    studioHost: string | null
    updatedAt: string