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

Creates the static type for a TypeBox type

Type Parameters

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