/** * 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 { ProblemBlobNotFound } from './ProblemBlobNotFound'; import { ProblemNotFound } from './ProblemNotFound'; import { ProblemPathNotFound } from './ProblemPathNotFound'; import { ProblemResourceNotFound } from './ProblemResourceNotFound'; import { ProblemResourceRevisionNotFound } from './ProblemResourceRevisionNotFound'; export declare const NotFoundProblems: core.serialization.Schema; export declare namespace NotFoundProblems { type Raw = NotFoundProblems.NotFound | NotFoundProblems.NotFoundBlob | NotFoundProblems.NotFoundPath | NotFoundProblems.NotFoundResource | NotFoundProblems.NotFoundResourceRevision; interface NotFound extends ProblemNotFound.Raw { type: '/not-found'; } interface NotFoundBlob extends ProblemBlobNotFound.Raw { type: '/not-found/blob'; } interface NotFoundPath extends ProblemPathNotFound.Raw { type: '/not-found/path'; } interface NotFoundResource extends ProblemResourceNotFound.Raw { type: '/not-found/resource'; } interface NotFoundResourceRevision extends ProblemResourceRevisionNotFound.Raw { type: '/not-found/resource/revision'; } } //# sourceMappingURL=NotFoundProblems.d.ts.map