@study-lenses/tracing
    Preparing search index...

    Type Alias TracifySuccess

    Successful trace result from tracify(). All fields populated after tracing.

    type TracifySuccess = {
        code: string;
        config: object | undefined;
        ok: true;
        resolvedConfig: ResolvedConfig;
        steps: readonly StepCore[];
        tracer: TracerModule;
    }
    Index

    Properties

    code: string
    config: object | undefined
    ok: true
    resolvedConfig: ResolvedConfig
    steps: readonly StepCore[]
    tracer: TracerModule