Nut - v1.0.0
    Preparing search index...

    Type Alias TrackedResult

    TrackedResult:
        | { status: "SUCCESS"
        | "ERR"; tracked: true }
        | { success: true; tracked: false }

    Result of a tracked command with followTracking enabled.

    Note: success: true is always present when tracked: false because errors throw exceptions rather than returning a result object.