/** * 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 { Resource } from './Resource'; export declare const ProblemConflictResource: core.serialization.ObjectSchema; export declare namespace ProblemConflictResource { interface Raw { actual: Resource.Raw; detail?: string | null; errors?: ErrorDetail.Raw[] | null; instance?: string | null; status: number; title: string; } } //# sourceMappingURL=ProblemConflictResource.d.ts.map