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.6.0-rc.1/types.ts";

Type Parameters

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