nexus-agents - v2.80.0
    Preparing search index...

    Interface PreconditionOutcome

    Outcome of a single precondition hook.

    interface PreconditionOutcome {
        name: string;
        passed: boolean;
        durationMs: number;
        error?: string;
    }
    Index

    Properties

    name: string
    passed: boolean
    durationMs: number
    error?: string