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

    Interface UndismissOutput

    interface UndismissOutput {
        gistSyncWarning?: string;
        undismissed: boolean;
        url: string;
    }
    Index
    gistSyncWarning?: string

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

    undismissed: boolean
    url: string