/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export interface PromptDeploymentParentContext { parent?: Vellum.ParentContext | null; links?: Vellum.SpanLink[] | null; type: "PROMPT_RELEASE_TAG"; spanId: string; deploymentId: string; deploymentName: string; deploymentHistoryItemId: string; releaseTagId: string; releaseTagName: string; externalId?: string | null; metadata?: Record | null; promptVersionId: string; }