Skip to main content
Module

x/hono/types.ts>MergeSchemaPath

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias MergeSchemaPath
import { type MergeSchemaPath } from "https://deno.land/x/hono@v3.8.0/types.ts";

Type Parameters

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