Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox/src/typebox.ts>TFunctionParameters

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
type alias TFunctionParameters
import { type TFunctionParameters } from "https://deno.land/x/typebox@0.31.20/src/typebox.ts";

Type Parameters

T extends TSchema[]
P extends unknown[]
definition: [...[K in keyof T]: Static<AssertType<T[K]>, P>]