/** * 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 { ApiActorTypeEnum } from "./ApiActorTypeEnum"; export declare const ApiRequestParentContext: core.serialization.ObjectSchema; export declare namespace ApiRequestParentContext { interface Raw { parent?: (serializers.ParentContext.Raw | null) | null; links?: (serializers.SpanLink.Raw[] | null) | null; type: "API_REQUEST"; span_id: string; api_actor_id?: (string | null) | null; api_actor_type?: (ApiActorTypeEnum.Raw | null) | null; api_actor_label?: (string | null) | null; } }