Module

x/hono/types.ts>ExtractSchema

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias ExtractSchema
import { type ExtractSchema } from "https://dotland.deno.dev/x/hono@v4.1.5/types.ts";
definition: UnionToIntersection<T extends Hono<infer _, infer S, any> ? S : never>