export default interface ProblemDetails { type: string; title: string; detail: string; }