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.5/types.ts";

Type Parameters

OrigSchema
SubPath extends string
definition: [K in keyof OrigSchemain keyof `${SubPath}${K & string}`]: OrigSchema[K]