Skip to main content
Module

x/hono/mod.ts>Schema

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias Schema
import { type Schema } from "https://deno.land/x/hono@vv3.5.0-rc.1/mod.ts";

Type Parameters

M extends string
P extends string
I extends Input["in"]
O
definition: [K in P]: AddDollar<[K2 in M]: { input: unknown extends I ? AddParam<{ }, P> : AddParam<I, P>; output: unknown extends O ? { } : O; }>