Skip to main content
Module

x/hono/types.ts>AddParam

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias AddParam
import { type AddParam } from "https://deno.land/x/hono@v4.0.0-rc.3/types.ts";

Type Parameters

I
P extends string
definition: ParamKeys<P> extends never ? I : I & { param: UnionToIntersection<ParamKeyToRecord<ParamKeys<P>>>; }