UNPKG

stoker

Version:

Utilities for hono and @hono/zod-openapi

10 lines (9 loc) 264 B
import { z } from "@hono/zod-openapi"; declare const createMessageObjectSchema: (exampleMessage?: string) => z.ZodObject<{ message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; }, { message: string; }>; export = createMessageObjectSchema;