Skip to main content
Module

x/dtils/json.ts>TypeChoiceDescriptor

The best unofficial library of utilities for Deno applications
Go to Latest
interface TypeChoiceDescriptor
Deprecated
Deprecated

Use SafeUnknown instead of validators

import { type TypeChoiceDescriptor } from "https://deno.land/x/dtils@2.6.0/json.ts";

Properties

type: "choice"
options: JsonDescriptor[]