/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Airtop from "../../api/index"; import * as core from "../../core"; import { ErrorDetail } from "./ErrorDetail"; export declare const ErrorModel: core.serialization.ObjectSchema; export declare namespace ErrorModel { interface Raw { detail?: string | null; errors?: ErrorDetail.Raw[] | null; instance?: string | null; status?: number | null; title?: string | null; type?: string | null; } }