Skip to main content
Module

x/hono/types.ts>ExtractSchema

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