/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../api/index'; import * as core from '../../core'; import * as serializers from '../index'; import { ErrorDetail } from './ErrorDetail'; import { ProblemInternalServerErrorType } from './ProblemInternalServerErrorType'; export declare const ProblemInternalServerError: core.serialization.ObjectSchema; export declare namespace ProblemInternalServerError { interface Raw { detail?: string | null; errors?: ErrorDetail.Raw[] | null; instance?: string | null; status: number; title: string; type: ProblemInternalServerErrorType.Raw; } } //# sourceMappingURL=ProblemInternalServerError.d.ts.map