/** * 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 ApiNodeResultData: core.serialization.ObjectSchema; export declare namespace ApiNodeResultData { interface Raw { json?: (Record | null) | null; text_output_id: string; text?: (string | null) | null; json_output_id: string; status_code_output_id: string; status_code: number; } }