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

    Interface InitOutput

    interface InitOutput {
        gistSyncWarning?: string;
        message: string;
        username: string;
    }
    Index

    Properties

    gistSyncWarning?: string

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

    message: string
    username: string