@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface MoveOutput

    interface MoveOutput {
        description: string;
        target: "auto" | "waiting" | "attention" | "shelved";
        url: string;
    }
    Index

    Properties

    description: string

    Human-readable description of what happened.

    target: "auto" | "waiting" | "attention" | "shelved"
    url: string