Variables · @purista/hono-http-server

ProblemDetailsObjectSchema

Schema for RFC 9457 problem details configuration.

Signature

ProblemDetailsObjectSchema.ts typescript
const ProblemDetailsObjectSchema: ZodObject<{ typeBaseUri: ZodOptional<ZodString> }, $strip>