Skip to main content
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://deno.land/x/hono@v3.5.0/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