Skip to main content
Go to Latest
interface TEnum
implements TSchema
import { type TEnum } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Type Parameters

optional
T extends Record<string, string | number> = Record<string, string | number>

Properties

[Kind]: "Union"
[Hint]: "Enum"
static: T[keyof T]
anyOf: TLiteral<T[keyof T]>[]