import type { ContentfulStatusCode } from 'hono/utils/http-status'; export type ProblemDetails = { type: string; title: string; status: ContentfulStatusCode; detail?: string; instance?: string; errors?: Record; };