@oss-autopilot/core - v3.14.5
    Preparing search index...

    Interface ConfigSetOutput

    interface ConfigSetOutput {
        gistSyncWarning?: string;
        key: string;
        success: true;
        value: string;
    }
    Index

    Properties

    gistSyncWarning?: string

    Set when the post-mutation Gist checkpoint failed; the local mutation succeeded (#1440).

    key: string
    success: true
    value: string