Sanity Library Reference Docs
    Preparing search index...

    Interface ApplicationStudioConfig

    Studio configuration, embedded under config when config.studio is included.

    interface ApplicationStudioConfig {
        autoUpdatingVersion: string | null;
        projectId: string;
    }
    Index

    Properties

    autoUpdatingVersion: string | null

    Release channel (next, stable, latest) or a pinned semver; null if unset

    projectId: string