jeeves-meta-monorepo
    Preparing search index...

    Type Alias ProgressEvent

    type ProgressEvent = {
        durationMs?: number;
        error?: string;
        path: string;
        phase?: ProgressPhase;
        tokens?: number;
        type:
            | "synthesis_start"
            | "phase_start"
            | "phase_complete"
            | "synthesis_complete"
            | "error";
    }
    Index

    Properties

    durationMs?: number
    error?: string
    path: string

    Owner path (not .meta path) of the entity being synthesized.

    tokens?: number
    type:
        | "synthesis_start"
        | "phase_start"
        | "phase_complete"
        | "synthesis_complete"
        | "error"