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

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

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

Standard Creates recursive type

Parameters

callback: (self: TSelf) => T
optional
options: SchemaOptions = [UNSUPPORTED]