Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias TypeboxInfer
import { type TypeboxInfer } from "https://deno.land/x/openbox@1.1.8/types/utils.ts";

Type Parameters

T
optional
Else = never
definition: T extends TSchema ? Static<T> : Else