/** * 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 { ProblemUnauthorized } from './ProblemUnauthorized'; export declare const UnauthorizedProblems: core.serialization.Schema; export declare namespace UnauthorizedProblems { type Raw = UnauthorizedProblems.Unauthorized; interface Unauthorized extends ProblemUnauthorized.Raw { type: '/unauthorized'; } } //# sourceMappingURL=UnauthorizedProblems.d.ts.map