Skip to main content
Module

x/hono/types.ts>ParamKeyToRecord

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias ParamKeyToRecord
import { type ParamKeyToRecord } from "https://deno.land/x/hono@v4.2.7/types.ts";

Type Parameters

T extends string
definition: T extends `${infer R}?` ? Record<R, string | undefined> : [K in T]: string