Skip to main content
Go to Latest
type alias Static
import { type Static } from "https://deno.land/x/utils@2.14.3/deps/typebox.ts";

Creates the static type for a TypeBox type

Type Parameters

T extends TSchema
optional
P extends unknown[] = []
definition: (T & { params: P; })["static"]