/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { VellumNodeExecutionEvent } from "./VellumNodeExecutionEvent"; import { NodeExecutionSpanAttributes } from "./NodeExecutionSpanAttributes"; import { WorkflowExecutionUsageCalculationFulfilledBody } from "./WorkflowExecutionUsageCalculationFulfilledBody"; export declare const NodeExecutionSpan: core.serialization.ObjectSchema; export declare namespace NodeExecutionSpan { interface Raw { name: "node.execution"; events: VellumNodeExecutionEvent.Raw[]; attributes: NodeExecutionSpanAttributes.Raw; usage_result?: (WorkflowExecutionUsageCalculationFulfilledBody.Raw | null) | null; span_id: string; start_ts: string; end_ts: string; parent_span_id?: (string | null) | null; } }