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

    Interface SetupSetOutput

    interface SetupSetOutput {
        gistSyncWarning?: string;
        settings: Record<string, string>;
        success: true;
        warnings?: string[];
    }
    Index

    Properties

    gistSyncWarning?: string

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

    settings: Record<string, string>
    success: true
    warnings?: string[]