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

    Interface DismissOutput

    interface DismissOutput {
        dismissed: boolean;
        gistSyncWarning?: string;
        url: string;
    }
    Index

    Properties

    dismissed: boolean
    gistSyncWarning?: string

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

    url: string