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