Skip to main content
Module

x/hono/types.ts>Schema

Web Framework built on Web Standards
Extremely Popular
Latest
type alias Schema
import { type Schema } from "https://deno.land/x/hono@v4.3.9/types.ts";
definition: { [Path: string]: { [Method: `$${Lowercase<string>}`]: Endpoint; }; }