Sanity Library Reference Docs
    Preparing search index...

    Interface InstallationActiveConfig

    The active config of an installation, embedded when activeConfig is included. null when nothing is deployed.

    interface InstallationActiveConfig {
        createdAt: string;
        deployedBy: string | null;
        id: string;
        installationId: string;
        isActive: boolean;
        version: string;
    }
    Index

    Properties

    createdAt: string
    deployedBy: string | null
    id: string
    installationId: string
    isActive: boolean
    version: string