Skip to content

enums

@tsed/schema

Usage

typescript
import { enums } from "@tsed/schema";

See /packages/specs/schema/src/types/fn/enums.ts.

Overview

ts
function enums(e: Record<string, any>): import("../index.js").JsonSchema;

Released under the MIT License.