/** * 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"; export declare const WorkflowDeploymentParentContext: core.serialization.ObjectSchema; export declare namespace WorkflowDeploymentParentContext { interface Raw { parent?: (serializers.ParentContext.Raw | null) | null; links?: (serializers.SpanLink.Raw[] | null) | null; type: "WORKFLOW_RELEASE_TAG"; span_id: string; deployment_id: string; deployment_name: string; deployment_history_item_id: string; release_tag_id: string; release_tag_name: string; external_id?: (string | null) | null; metadata?: (Record | null) | null; workflow_version_id: string; } }