export interface ProblemDetails { type?: string | null; title?: string | null; status?: number | null; detail?: string | null; instance?: string | null; } //# sourceMappingURL=problem-details.d.ts.map