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