Skip to main content
Go to Latest
type alias TConstructorParameterArray
import { type TConstructorParameterArray } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Type Parameters

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