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://dotland.deno.dev/x/hono@v4.3.2/mod.ts";
definition: { [Path: string]: { [Method: `$${Lowercase<string>}`]: Endpoint; }; }