/** * 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 { WorkflowExecutionSnapshottedBody } from "./WorkflowExecutionSnapshottedBody"; import { ApiVersionEnum } from "./ApiVersionEnum"; export declare const WorkflowExecutionSnapshottedEvent: core.serialization.ObjectSchema; export declare namespace WorkflowExecutionSnapshottedEvent { interface Raw { parent?: (serializers.ParentContext.Raw | null) | null; links?: (serializers.SpanLink.Raw[] | null) | null; name: "workflow.execution.snapshotted"; body: WorkflowExecutionSnapshottedBody.Raw; id: string; timestamp: string; api_version?: ApiVersionEnum.Raw | null; trace_id: string; span_id: string; } }