/** * 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 { WorkflowNodeResultData } from "./WorkflowNodeResultData"; import { NodeInputVariableCompiledValue } from "./NodeInputVariableCompiledValue"; export declare const InitiatedWorkflowNodeResultEvent: core.serialization.ObjectSchema; export declare namespace InitiatedWorkflowNodeResultEvent { interface Raw { id: string; node_id: string; node_result_id: string; state: "INITIATED"; ts?: (string | null) | null; data?: (WorkflowNodeResultData.Raw | null) | null; source_execution_id?: (string | null) | null; input_values?: (NodeInputVariableCompiledValue.Raw[] | null) | null; } }