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.31.20/src/typebox.ts";

[Internal] Creates a schema without static and params types

Parameters

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