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