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

    Interface UndismissOutput

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

    Properties

    gistSyncWarning?: string

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

    undismissed: boolean
    url: string