/** * This file was auto-generated by Fern from our API Definition. */ import * as MixedbreadAI from "../index"; export interface WebTruncationError { type?: "truncation_error"; url?: string; message?: string; details?: MixedbreadAI.MxbaiApiErrorDetails; }