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

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

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

Standard Creates a enum type

Type Parameters

T extends Record<string, string | number>

Parameters

item: T
optional
options: SchemaOptions = [UNSUPPORTED]