Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typebox/src/typebox.ts>TypeBuilder#Partial

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
method TypeBuilder.prototype.Partial
import { TypeBuilder } from "https://deno.land/x/typebox@0.25.20/src/typebox.ts";

Standard Creates an object type whose properties are all optional

Parameters

schema: T
optional
options: ObjectOptions = [UNSUPPORTED]