Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>UntypedDataset

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface UntypedDataset
Re-export
import { type UntypedDataset } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Untyped dataset type.

Type Parameters

TIssue extends BaseIssue<unknown>

Properties

typed: false

Whether is's typed.

value: unknown

The dataset value.

optional
issues: [TIssue, ...TIssue[]]

The dataset issues.