UNPKG

stoker

Version:

Utilities for hono and @hono/zod-openapi

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