Module

x/hono/types.ts>ExtractSchema

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