Skip to main content
Module

x/hono/types.ts>ParamKeyToRecord

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias ParamKeyToRecord
import { type ParamKeyToRecord } from "https://deno.land/x/hono@v3.11.1/types.ts";

Type Parameters

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