/** * 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 { IterationStateEnum } from "./IterationStateEnum"; export declare const MapNodeResultData: core.serialization.ObjectSchema; export declare namespace MapNodeResultData { interface Raw { execution_ids: string[]; iteration_state?: (IterationStateEnum.Raw | null) | null; } }