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

Creates the decoded static form for a TypeBox type

Type Parameters

T extends TSchema
optional
P extends unknown[] = []
definition: Static<DecodeType<T>, P>