Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Use this function to return TSchema with static and params omitted

Parameters

schema: Omit<T, "static" | "params">