Skip to main content
Module

x/hono/mod.ts>Schema

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias Schema
import { type Schema } from "https://deno.land/x/hono@v4.2.7/mod.ts";
definition: { [Path: string]: { [Method: `$${Lowercase<string>}`]: { input: Partial<ValidationTargets> & { param?: Record<string, string>; }; output: any; }; }; }