Module

x/hono/types.ts>MergeSchemaPath

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias MergeSchemaPath
import { type MergeSchemaPath } from "https://dotland.deno.dev/x/hono@v3.4.1/types.ts";

Type Parameters

S
P extends string
definition: S extends Record<infer Key, infer T> ? Key extends string ? Record<MergePath<P, Key>, T> : never : never